From 6a02f50728f7d768e16828b82d53c5b22517d2bf Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 29 Aug 2023 14:29:33 +0200 Subject: [PATCH] Fix build.sh, remove ipq807x --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"