diff --git a/build.sh b/build.sh index e420356e..ca69ecf4 100755 --- a/build.sh +++ b/build.sh @@ -98,12 +98,12 @@ else fi echo "Done" -#echo "Set to kernel 4.9 for all arch" -#find target/linux/ -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.14%KERNEL_PATCHVER:=4.9%g' {} \; -#echo "Done" -echo "Set to kernel 4.14 for rpi3 arch" -find target/linux/brcm2708 -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.9%KERNEL_PATCHVER:=4.14%g' {} \; +echo "Set to kernel 4.9 for all arch" +find target/linux/ -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.14%KERNEL_PATCHVER:=4.9%g' {} \; echo "Done" +#echo "Set to kernel 4.14 for rpi3 arch" +#find target/linux/brcm2708 -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.9%KERNEL_PATCHVER:=4.14%g' {} \; +#echo "Done" echo "Update feeds index" cp .config .config.keep