From b6cac60a0c8b7d9b56fb8189fef7ac6c17b0e9db Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Tue, 28 Dec 2021 16:30:40 +0800 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5ed8845c..e2d85f90 100755 --- a/build.sh +++ b/build.sh @@ -603,7 +603,7 @@ if [ "$OMR_KERNEL" = "5.15" ]; then find target/linux/ipq806x -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=5.10%KERNEL_PATCHVER:=5.15%g' {} \; echo "Done" echo "Set to kernel 5.15 for ipq40xx" - find target/linux/ipq40xx -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=5.4%KERNEL_PATCHVER:=5.15%g' {} \; + find target/linux/ipq40xx -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=5.10%KERNEL_PATCHVER:=5.15%g' {} \; echo "Done" #rm -rf target/linux/generic/files/drivers/net/phy/b53 rm -f target/linux/bcm27xx/modules/sound.mk