diy.sh 700 B

1234567891011121314151617
  1. #!/bin/bash
  2. shopt -s extglob
  3. rm -rf package/system/opkg && mv -f feeds/kiddin9/opkg package/system/
  4. rm -rf package/feeds/kiddin9/{firewall,rtl*,nft-fullcone,fullconenat} package/kernel/mt76 toolchain/musl
  5. rm -rf target/imagebuilder
  6. svn co https://github.com/openwrt/openwrt/branches/openwrt-22.03/target/imagebuilder target/imagebuilder
  7. rm -rf toolchain/musl
  8. svn co https://github.com/openwrt/openwrt/branches/openwrt-22.03/toolchain/musl toolchain/musl
  9. svn co https://github.com/coolsnowwolf/openwrt-gl-ax1800/trunk/package/network/services/fullconenat feeds/kiddin9/fullconenat
  10. rm -rf devices/common/patches/{targets.patch,kernel-defaults.patch,fix.patch,iptables.patch,disable_flock.patch}