diy.sh 569 B

123456789101112131415161718
  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 target/linux/qualcommax/!(Makefile) package/kernel/qca-* package/boot/uboot-envtools package/firmware/ipq-wifi
  6. git_clone_path master https://github.com/coolsnowwolf/lede target/linux/qualcommax
  7. git_clone_path master https://github.com/coolsnowwolf/lede package/qca
  8. git_clone_path master https://github.com/coolsnowwolf/lede package/boot/uboot-envtools
  9. git_clone_path master https://github.com/coolsnowwolf/lede package/firmware/ipq-wifi