zhengmz / luci-app-zerotier

LuCI for ZeroTier
25 stars 8 forks source link

使目录结构更规范 #2

Open Canary233 opened 7 months ago

Canary233 commented 7 months ago

能否将所有文件移动至/luci-app-zerotier/下? 这样就可以在feeds.conf.default添加src-git zerotier https://github.com/zhengmz/luci-app-zerotier来拉取了

zhengmz commented 7 months ago

不知道你要跟哪个版本集成?

如果是 coolsnowwolf/lede,原 feeds/luci/applications 已经有了 luci-app-zerotier,需要替换

如果是官方 OpenWrt,则建议直接编译成模块,然后安装,或者通过 imageBuilder 来定制固件,不建议从头编译固件

Canary233 commented 7 months ago

不知道你要跟哪个版本集成?

如果是 coolsnowwolf/lede,原 feeds/luci/applications 已经有了 luci-app-zerotier,需要替换

如果是官方 OpenWrt,则建议直接编译成模块,然后安装,或者通过 imageBuilder 来定制固件,不建议从头编译固件

是给ipq6000定制的源码,编译的时候加进去方便点😂

zhengmz commented 7 months ago

不知道你要跟哪个版本集成? 如果是 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
Canary233 commented 7 months ago

不知道你要跟哪个版本集成? 如果是 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

手动拉取可以用,就是不方便点