OpenWRT - package missing dependencies when recompiling

前端 未结 4 1832
名媛妹妹
名媛妹妹 2021-02-15 11:17

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

4条回答
  •  星月不相逢
    2021-02-15 11:43

    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

提交回复
热议问题