diff --git a/build.sh b/build.sh index 0ed0618f..9698be06 100755 --- a/build.sh +++ b/build.sh @@ -686,6 +686,9 @@ if [ "$OMR_KERNEL" = "6.1" ]; then echo "Set to kernel 6.1 for ipq40xx" find target/linux/ipq40xx -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=5.15%KERNEL_PATCHVER:=6.1%g' {} \; echo "Done" + echo "Set to kernel 6.1 for ramips" + find target/linux/ramips -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=5.15%KERNEL_PATCHVER:=6.1%g' {} \; + echo "Done" rm -f target/linux/bcm27xx/patches-6.1/950-0509-README-Add-README.md-with-CI-kernel-build-status-tag.patch rm -f target/linux/bcm27xx/patches-6.1/950-0555-README.md-Replace-6.0-build-status-with-6.2.patch rm -f package/kernel/rtl8812au-ct/patches/002-*