From 676f9db5b3bbf312b630a1158b39a4a895f44521 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Tue, 18 May 2021 10:10:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E6=9C=80=E6=96=B0=20AutoBuil?= =?UTF-8?q?d=5FFunction.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CustomPackages/Common | 14 +++++++------- CustomPackages/d-team_newifi-d2 | 12 ++++++------ CustomPackages/x86_64 | 4 ++-- CustomPackages/xiaoyu_xy-c5 | 6 +++--- Scripts/AutoBuild_DiyScript.sh | 4 ++-- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/CustomPackages/Common b/CustomPackages/Common index 9568cdf..3c8cd80 100644 --- a/CustomPackages/Common +++ b/CustomPackages/Common @@ -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 \ No newline at end of file +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 \ No newline at end of file diff --git a/CustomPackages/d-team_newifi-d2 b/CustomPackages/d-team_newifi-d2 index bb3c78e..125302a 100755 --- a/CustomPackages/d-team_newifi-d2 +++ b/CustomPackages/d-team_newifi-d2 @@ -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 diff --git a/CustomPackages/x86_64 b/CustomPackages/x86_64 index 0226aed..1341ab1 100755 --- a/CustomPackages/x86_64 +++ b/CustomPackages/x86_64 @@ -1,2 +1,2 @@ -git other openwrt-passwall https://github.com/xiaorouji main -git other luci-app-shutdown https://github.com/Hyy2001X \ No newline at end of file +git other openwrt-passwall xiaorouji main +git other luci-app-shutdown Hyy2001X \ No newline at end of file diff --git a/CustomPackages/xiaoyu_xy-c5 b/CustomPackages/xiaoyu_xy-c5 index 8884c36..8bfdfac 100644 --- a/CustomPackages/xiaoyu_xy-c5 +++ b/CustomPackages/xiaoyu_xy-c5 @@ -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 \ No newline at end of file +git other OpenClash vernesong master +svn other luci-app-eqos kenzok8/openwrt-packages/trunk +git other luci-app-bearDropper NateLol \ No newline at end of file diff --git a/Scripts/AutoBuild_DiyScript.sh b/Scripts/AutoBuild_DiyScript.sh index 6a07efe..0919da1 100755 --- a/Scripts/AutoBuild_DiyScript.sh +++ b/Scripts/AutoBuild_DiyScript.sh @@ -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 -} +} \ No newline at end of file