mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 19:31:52 +00:00
Fix build.sh, remove ipq807x
This commit is contained in:
parent
f09d8f8e1f
commit
6a02f50728
1 changed files with 3 additions and 3 deletions
6
build.sh
6
build.sh
|
@ -672,9 +672,9 @@ if [ "$OMR_KERNEL" = "6.1" ]; then
|
|||
echo "Set to kernel 6.1 for rockchip arch (R2S/R4S)"
|
||||
find target/linux/rockchip -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=5.15%KERNEL_PATCHVER:=6.1%g' {} \;
|
||||
echo "Done"
|
||||
echo "Set to kernel 6.1 for ipq807x"
|
||||
find target/linux/ipq807x -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=5.15%KERNEL_PATCHVER:=6.1%g' {} \;
|
||||
echo "Done"
|
||||
#echo "Set to kernel 6.1 for ipq807x"
|
||||
#find target/linux/ipq807x -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=5.15%KERNEL_PATCHVER:=6.1%g' {} \;
|
||||
#echo "Done"
|
||||
echo "Set to kernel 6.1 for bcm27xx"
|
||||
find target/linux/bcm27xx -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=5.15%KERNEL_PATCHVER:=6.1%g' {} \;
|
||||
echo "Done"
|
||||
|
|
Loading…
Reference in a new issue