kernel_6.6.sh 1017 B

12345678910111213141516171819202122
  1. #!/bin/bash
  2. shopt -s extglob
  3. SHELL_FOLDER=$(dirname $(readlink -f "$0"))
  4. #bash $SHELL_FOLDER/../common/kernel_6.1.sh
  5. git_clone_path master https://github.com/coolsnowwolf/lede target/linux/generic/hack-6.6
  6. rm -rf target/linux/generic/hack-6.6/767-net-phy-realtek*
  7. wget -N https://raw.githubusercontent.com/coolsnowwolf/lede/master/target/linux/generic/pending-6.6/613-netfilter_optional_tcp_window_check.patch -P target/linux/generic/pending-6.6/
  8. wget -N https://raw.githubusercontent.com/openwrt/packages/master/libs/dmx_usb_module/patches/101-fix-kernel-6.6-builds.patch -P package/feeds/packages/dmx_usb_module/patches/
  9. cd feeds/packages
  10. rm -rf libs/libpfring
  11. git_clone_path master https://github.com/openwrt/packages libs/libpfring
  12. cd ../../
  13. wget -N https://raw.githubusercontent.com/openwrt/openwrt/main/package/devel/kselftests-bpf/Makefile -P package/devel/kselftests-bpf/
  14. rm -rf target/linux/generic/hack-6.6/{410-block-fit-partition-parser.patch,724-net-phy-aquantia*,720-net-phy-add-aqr-phys.patch}