diy.sh 417 B

1234567891011121314
  1. #!/bin/bash
  2. shopt -s extglob
  3. SHELL_FOLDER=$(dirname $(readlink -f "$0"))
  4. bash $SHELL_FOLDER/../common/kernel_6.1.sh
  5. rm -rf package/kernel/qca-nss-dp package/kernel/qca-ssdk
  6. git_clone_path master https://github.com/openwrt/openwrt target/linux/qualcommax
  7. git_clone_path master https://github.com/coolsnowwolf/lede package/qca
  8. sed -i "s/KERNEL_PATCHVER:=6.6/KERNEL_PATCHVER:=6.1/" target/linux/qualcommax/Makefile