From fc614fbe0ee9636d56cc375863ea1b40453654c3 Mon Sep 17 00:00:00 2001 From: SuLingGG <1215009714@QQ.COM> Date: Thu, 18 Nov 2021 23:30:45 +0800 Subject: [PATCH] Scripts: Remove useless lines --- scripts/custom.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/scripts/custom.sh b/scripts/custom.sh index a3d766bce..a91fc84c9 100644 --- a/scripts/custom.sh +++ b/scripts/custom.sh @@ -37,11 +37,6 @@ git clone --depth=1 https://github.com/KFERMercer/luci-app-tcpdump # Add luci-app-oaf git clone --depth=1 https://github.com/destan19/OpenAppFilter -b oaf-3.0.1 -# Add luci-udptools -svn co https://github.com/zcy85611/Openwrt-Package/trunk/luci-udptools -svn co https://github.com/zcy85611/Openwrt-Package/trunk/udp2raw -svn co https://github.com/zcy85611/Openwrt-Package/trunk/udpspeeder-tunnel - # Add luci-theme-argon_armygreen git clone --depth=1 https://github.com/XXKDB/luci-theme-argon_armygreen popd @@ -51,12 +46,6 @@ pushd package/kernel/mt76 sed -i '/mt7662u_rom_patch.bin/a\\techo mt76-usb disable_usb_sg=1 > $\(1\)\/etc\/modules.d\/mt76-usb' Makefile popd -# Fix luci-app-aria2 -pushd feeds/luci/applications -rm -rf luci-app-aria2 -svn co https://github.com/coolsnowwolf/luci/trunk/applications/luci-app-aria2 -popd - # Rename hostname to OpenWrt pushd package/base-files/files/bin sed -i 's/ImmortalWrt/OpenWrt/g' config_generate