If anybody can help me with this I would really appreciate it because it\'s driving me insane.
When I compile an OpenWRT image from scratch including my packages, usuall
I fixed this issue by including uclibc++.mk
Add this to your package Makefile just above the include package.mk line.
include $(INCLUDE_DIR)/uclibc++.mk
I also added this to the package define:
DEPENDS:=+libc