diy.sh 321 B

1234567891011
  1. #!/bin/bash
  2. shopt -s extglob
  3. SHELL_FOLDER=$(dirname $(readlink -f "$0"))
  4. bash $SHELL_FOLDER/../common/kernel_5.15.sh
  5. rm -rf tools/mkimage
  6. svn co https://github.com/openwrt/openwrt/trunk/tools/mkimage tools/mkimage
  7. curl -sfL https://raw.githubusercontent.com/openwrt/openwrt/master/scripts/mkits.sh -o scripts/mkits.sh