MiRouter / Openwrt_MI-R3G_firmware

自用接近完美的r3g LEDE固件
MIT License
20 stars 11 forks source link

获取多个依赖 #2

Open ocean521 opened 4 years ago

ocean521 commented 4 years ago

看您的文件,似乎拉取了多个插件、依赖或者是仓库(不知道说法对不对),编译时如何控制选择最新版啊,因为肯定会有不同版本,还请提示一下,谢谢。

sed -i '$a src-git lienol https://github.com/Lienol/openwrt-package' feeds.conf.default git clone https://github.com/kenzok8/openwrt-packages package/op-packages

获取luci-app-adguardhome

git clone https://github.com/rufengsuixing/luci-app-adguardhome package/diy-packages/luci-app-adguardhome

获取hello world和依赖

git clone https://github.com/jerrykuku/lua-maxminddb package/diy-packages/helloworld/lua-maxminddb git clone https://github.com/jerrykuku/luci-app-vssr package/diy-packages/helloworld/luci-app-vssr

获取passwall

git clone -b 3.6-40 https://github.com/liuran001/luci-app-passwall package/diy-packages/passwall

获取Lienol-package

git clone https://github.com/Lienol/openwrt-package package/diy-packages/lienol

liuran001 commented 4 years ago

有多个版本的话应该默认拉取最新版(这个判断逻辑我也不是很清楚)