kenzok8 / openwrt-packages

openwrt常用软件包
https://op.dllkids.xyz
6.43k stars 2.6k forks source link

SSR缺少依赖 #54

Closed brianzc closed 1 year ago

brianzc commented 4 years ago

WARNING: Makefile 'package/feeds/kenzo/luci-app-ssr-plus/Makefile' has a dependency on 'naiveproxy', which does not exist

o-water-o commented 4 years ago

我也是这个情况编译不通过

Eveaz commented 4 years ago

这是由于kenzok8大佬,没有把helloworld的文件都拷过来。 先编辑feeds.conf.default

#src-git kenzo https://github.com/kenzok8/openwrt-packages
src-git helloworld https://github.com/fw876/helloworld

然后 ./scripts/feeds update -a 以及 ./scripts/feeds install -a 再编辑feeds.conf.default

src-git kenzo https://github.com/kenzok8/openwrt-packages
#src-git helloworld https://github.com/fw876/helloworld

然后再编译。

o-water-o commented 4 years ago

这是由于kenzok8大佬,没有把helloworld的文件都拷过来。 先编辑feeds.conf.default

#src-git kenzo https://github.com/kenzok8/openwrt-packages
src-git helloworld https://github.com/fw876/helloworld

然后 ./scripts/feeds update -a 以及 ./scripts/feeds install -a 再编辑feeds.conf.default

src-git kenzo https://github.com/kenzok8/openwrt-packages
#src-git helloworld https://github.com/fw876/helloworld

然后再编译。

把helloworld 源直接放开,一起编译不行么