diy.sh 1.7 KB

12345678910111213141516171819202122232425262728293031
  1. #!/bin/bash
  2. shopt -s extglob
  3. SHELL_FOLDER=$(dirname $(readlink -f "$0"))
  4. rm -rf package/boot/uboot-rockchip
  5. svn export --force https://github.com/coolsnowwolf/lede/trunk/package/boot/uboot-rockchip package/boot/uboot-rockchip
  6. svn export --force https://github.com/coolsnowwolf/lede/trunk/package/boot/arm-trusted-firmware-rockchip-vendor package/boot/arm-trusted-firmware-rockchip-vendor
  7. rm -rf target/linux/rockchip/!(Makefile|patches-5.15)
  8. svn co https://github.com/coolsnowwolf/lede/trunk/target/linux/rockchip target/linux/rockchip
  9. rm -rf target/linux/rockchip/{.svn,patches-5.15/.svn}
  10. svn co https://github.com/coolsnowwolf/lede/trunk/target/linux/rockchip/patches-5.15 target/linux/rockchip/patches-5.15
  11. rm -rf target/linux/rockchip/patches-5.15/{002-net-usb*,204-rockchip-rk3328*,003-dt-bindings*,006-rockchip-rk3399*,072-v6.2-net-phy*,073-v6.2-net-phy*,074-v6.3-net-phy*,075-v6.3-net-phy*,076-v6.3-net-phy*,077-v6.3-net-phy*,078-v6.3-net-phy*,079-v6.3-net-phy*,202-rockchip-rk3328-Add*,203-rockchip-rk3328-Add*}
  12. curl -sfL https://raw.githubusercontent.com/coolsnowwolf/lede/master/package/kernel/linux/modules/video.mk -o package/kernel/linux/modules/video.mk
  13. sed -i "/KernelPackage,ptp/d" package/kernel/linux/modules/other.mk
  14. mv -f tmp/r8125 feeds/kiddin9/
  15. rm -rf target/linux/rockchip/armv8/base-files/etc/uci-defaults/13_opkg_update
  16. sed -i -e 's,kmod-r8168,kmod-r8169,g' target/linux/rockchip/image/armv8.mk
  17. sed -i 's/DEFAULT_PACKAGES +=/DEFAULT_PACKAGES += fdisk lsblk kmod-drm-rockchip/' target/linux/rockchip/Makefile
  18. sed -i 's/Ariaboard/光影猫/' target/linux/rockchip/image/armv8.mk
  19. echo '
  20. CONFIG_SENSORS_PWM_FAN=y
  21. ' >> ./target/linux/rockchip/armv8/config-5.15