From 87fcee545fabdd34ddc36580484da988465f6098 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Sun, 5 May 2019 10:07:46 +0200 Subject: [PATCH] Disable 4.19 kernel --- build.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build.sh b/build.sh index 6ba7b934..e3d6edd3 100755 --- a/build.sh +++ b/build.sh @@ -171,15 +171,15 @@ echo "Done" #echo "Remove old RPI firmware" #rm -rf target/linux/brcm2708/base-files/lib/firmware #echo "Done" -echo "Set to kernel 4.19 for rpi arch" -find target/linux/brcm2708 -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.14%KERNEL_PATCHVER:=4.19%g' {} \; -echo "Done" -echo "Set to kernel 4.19 for x86 arch" -find target/linux/x86 -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.14%KERNEL_PATCHVER:=4.19%g' {} \; -echo "Done" -echo "Set to kernel 4.19 for mvebu arch (WRT)" -find target/linux/mvebu -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.14%KERNEL_PATCHVER:=4.19%g' {} \; -echo "Done" +#echo "Set to kernel 4.19 for rpi arch" +#find target/linux/brcm2708 -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.14%KERNEL_PATCHVER:=4.19%g' {} \; +#echo "Done" +#echo "Set to kernel 4.19 for x86 arch" +#find target/linux/x86 -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.14%KERNEL_PATCHVER:=4.19%g' {} \; +#echo "Done" +#echo "Set to kernel 4.19 for mvebu arch (WRT)" +#find target/linux/mvebu -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.14%KERNEL_PATCHVER:=4.19%g' {} \; +#echo "Done"