mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Use 6.1 kernel on ramips
This commit is contained in:
parent
4e19e7ca95
commit
0991134aed
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -686,6 +686,9 @@ if [ "$OMR_KERNEL" = "6.1" ]; then
|
|||
echo "Set to kernel 6.1 for ipq40xx"
|
||||
find target/linux/ipq40xx -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 ramips"
|
||||
find target/linux/ramips -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=5.15%KERNEL_PATCHVER:=6.1%g' {} \;
|
||||
echo "Done"
|
||||
rm -f target/linux/bcm27xx/patches-6.1/950-0509-README-Add-README.md-with-CI-kernel-build-status-tag.patch
|
||||
rm -f target/linux/bcm27xx/patches-6.1/950-0555-README.md-Replace-6.0-build-status-with-6.2.patch
|
||||
rm -f package/kernel/rtl8812au-ct/patches/002-*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue