diff --git a/build.sh b/build.sh index b2520e23..7a98a7fe 100755 --- a/build.sh +++ b/build.sh @@ -672,9 +672,9 @@ if [ "$OMR_KERNEL" = "6.1" ]; then echo "Set to kernel 6.1 for rockchip arch (R2S/R4S)" find target/linux/rockchip -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 ipq807x" - find target/linux/ipq807x -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 ipq807x" + #find target/linux/ipq807x -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 bcm27xx" find target/linux/bcm27xx -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=5.15%KERNEL_PATCHVER:=6.1%g' {} \; echo "Done"