diy.sh 305 B

12345678910111213
  1. #!/bin/bash
  2. shopt -s extglob
  3. SHELL_FOLDER=$(dirname $(readlink -f "$0"))
  4. rm -rf target/linux/generic feeds/routing/batman-adv
  5. svn co https://github.com/coolsnowwolf/lede/trunk/target/linux/meson target/linux/meson
  6. sed -i "s/KERNEL_PATCHVER:=5.10/KERNEL_PATCHVER:=5.15/" target/linux/meson/Makefile