1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00

Fix wrong commit

This commit is contained in:
Ycarus 2018-03-22 19:55:12 +01:00
parent 289b76b3e8
commit 57d33083f7

View file

@ -98,12 +98,12 @@ else
fi fi
echo "Done" echo "Done"
#echo "Set to kernel 4.9 for all arch" 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' {} \; 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 "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" echo "Update feeds index"
cp .config .config.keep cp .config .config.keep