Open Canary233 opened 7 months ago
不知道你要跟哪个版本集成?
如果是 coolsnowwolf/lede,原 feeds/luci/applications 已经有了 luci-app-zerotier,需要替换
如果是官方 OpenWrt,则建议直接编译成模块,然后安装,或者通过 imageBuilder 来定制固件,不建议从头编译固件
不知道你要跟哪个版本集成?
如果是 coolsnowwolf/lede,原 feeds/luci/applications 已经有了 luci-app-zerotier,需要替换
如果是官方 OpenWrt,则建议直接编译成模块,然后安装,或者通过 imageBuilder 来定制固件,不建议从头编译固件
是给ipq6000定制的源码,编译的时候加进去方便点😂
不知道你要跟哪个版本集成? 如果是 coolsnowwolf/lede,原 feeds/luci/applications 已经有了 luci-app-zerotier,需要替换 如果是官方 OpenWrt,则建议直接编译成模块,然后安装,或者通过 imageBuilder 来定制固件,不建议从头编译固件
是给ipq6000定制的源码,编译的时候加进去方便点😂
你先试着在你的源码上运行以下命令,看看有没有问题
./scripts/feeds update -a
rm -fr feeds/luci/applications/luci-app-zerotier
git clone --depth=1 https://github.com/zhengmz/luci-app-zerotier.git feeds/luci/applications/luci-app-zerotier
./scripts/feeds update -f luci
./scripts/feeds install -p luci -f luci-app-zerotier
make defconfig
make package/luci-app-zerotier/compile
不知道你要跟哪个版本集成? 如果是 coolsnowwolf/lede,原 feeds/luci/applications 已经有了 luci-app-zerotier,需要替换 如果是官方 OpenWrt,则建议直接编译成模块,然后安装,或者通过 imageBuilder 来定制固件,不建议从头编译固件
是给ipq6000定制的源码,编译的时候加进去方便点😂
你先试着在你的源码上运行以下命令,看看有没有问题
./scripts/feeds update -a rm -fr feeds/luci/applications/luci-app-zerotier git clone --depth=1 https://github.com/zhengmz/luci-app-zerotier.git feeds/luci/applications/luci-app-zerotier ./scripts/feeds update -f luci ./scripts/feeds install -p luci -f luci-app-zerotier make defconfig make package/luci-app-zerotier/compile
手动拉取可以用,就是不方便点
能否将所有文件移动至/luci-app-zerotier/下? 这样就可以在
feeds.conf.default
添加src-git zerotier https://github.com/zhengmz/luci-app-zerotier
来拉取了