mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 19:31:52 +00:00
Disable 4.19 kernel
This commit is contained in:
parent
cc546946f1
commit
87fcee545f
1 changed files with 9 additions and 9 deletions
18
build.sh
18
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"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue