OpenWRT - package missing dependencies when recompiling

前端 未结 4 1815
名媛妹妹
名媛妹妹 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 12:06

    you can try to "make clean "your folder countaining sources maybye it's should be your folder helloworld for some beginner like me (try again);and verify if your path is well define (try again); do this in your openwrt folder

    ./scripts/feeds update mypackages
    ./scripts/feeds install -a -p mypackages
    

    (try again)

提交回复
热议问题