适配最新 AutoBuild_Function.sh

This commit is contained in:
Hyy2001X 2021-05-18 10:10:56 +08:00
parent 88c6c6f010
commit 676f9db5b3
5 changed files with 20 additions and 20 deletions

View File

@ -1,7 +1,7 @@
git other luci-app-argon-config https://github.com/jerrykuku
git other luci-app-adguardhome https://github.com/Hyy2001X
svn other luci-app-smartdns https://github.com/kenzok8/openwrt-packages/trunk
svn ../feeds/packages/net smartdns https://github.com/kenzok8/openwrt-packages/trunk
git other luci-app-serverchan https://github.com/tty228
svn other luci-app-socat https://github.com/Lienol/openwrt-package/trunk
git other luci-app-onliner https://github.com/rufengsuixing
git other luci-app-argon-config jerrykuku
git other luci-app-adguardhome Hyy2001X
svn other luci-app-smartdns kenzok8/openwrt-packages/trunk
svn ../feeds/packages/net smartdns kenzok8/openwrt-packages/trunk
git other luci-app-serverchan tty228
svn other luci-app-socat Lienol/openwrt-package/trunk
git other luci-app-onliner rufengsuixing

View File

@ -1,6 +1,6 @@
git other OpenClash https://github.com/vernesong
git other luci-app-usb3disable https://github.com/rufengsuixing
svn other luci-app-eqos https://github.com/kenzok8/openwrt-packages/trunk
git other luci-app-bearDropper https://github.com/NateLol
svn package/kernel mt76 https://github.com/openwrt/openwrt/trunk/package/kernel
git other luci-app-dnsfilter https://github.com/garypang13 main
git other OpenClash vernesong
git other luci-app-usb3disable rufengsuixing
svn other luci-app-eqos kenzok8/openwrt-packages/trunk
git other luci-app-bearDropper NateLol
svn package/kernel mt76 openwrt/openwrt/trunk/package/kernel
git other luci-app-dnsfilter garypang13 main

View File

@ -1,2 +1,2 @@
git other openwrt-passwall https://github.com/xiaorouji main
git other luci-app-shutdown https://github.com/Hyy2001X
git other openwrt-passwall xiaorouji main
git other luci-app-shutdown Hyy2001X

View File

@ -1,3 +1,3 @@
git other OpenClash https://github.com/vernesong master
svn other luci-app-eqos https://github.com/kenzok8/openwrt-packages/trunk
git other luci-app-bearDropper https://github.com/NateLol
git other OpenClash vernesong master
svn other luci-app-eqos kenzok8/openwrt-packages/trunk
git other luci-app-bearDropper NateLol

View File

@ -18,7 +18,7 @@ Diy_Core() {
Firmware-Diy() {
Update_Makefile exfat $(PKG_Finder d package exfat)
AddPackage svn ../feeds/packages/admin netdata https://github.com/openwrt/packages/trunk/admin
AddPackage svn ../feeds/packages/admin netdata openwrt/packages/trunk/admin
case ${TARGET_PROFILE} in
d-team_newifi-d2)
@ -27,4 +27,4 @@ Firmware-Diy() {
# Replace_File CustomFiles/Patches/102-mt7621-fix-cpu-clk-add-clkdev.patch target/linux/ramips/patches-5.4
;;
esac
}
}