mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Fix wrong commit
This commit is contained in:
parent
289b76b3e8
commit
57d33083f7
1 changed files with 5 additions and 5 deletions
10
build.sh
10
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
|
||||
|
|
Loading…
Reference in a new issue