Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Scripts: Remove useless lines
Browse files Browse the repository at this point in the history
  • Loading branch information
SuLingGG committed Nov 18, 2021
1 parent 741b5d2 commit fc614fb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions scripts/custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fc614fb

Please sign in to comment.