diff options
author | Stijn Segers <foss@volatilesystems.org> | 2022-12-02 13:36:20 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-12-02 16:57:48 +0100 |
commit | 5429411f732ba76eced30b5b596ec9c0374d0965 (patch) | |
tree | caf49d1189949c57c553a16379b0b99b14dd1337 | |
parent | a5873ad675792bd4fdab227f2d2226779346fe07 (diff) | |
download | upstream-5429411f732ba76eced30b5b596ec9c0374d0965.tar.gz upstream-5429411f732ba76eced30b5b596ec9c0374d0965.tar.bz2 upstream-5429411f732ba76eced30b5b596ec9c0374d0965.zip |
mvebu: switch default kernel to 5.15
In light of https://github.com/openwrt/openwrt/issues/11077, switch mvebu
to 5.15 which has been the testing kernel on this target since April - over
half a year.
Run-tested on the following subtargets:
* cortexa9 (Turris Omnia - 03f41b1eb2f15ab06d5800274be6a67c64e2a629)
* cortexa72 (MikroTik RB5009UG+S+IN)
Tested-by: Enrico Mioso <mrkiko.rs@gmail.com> [GL-MV1000]
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
-rw-r--r-- | target/linux/mvebu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 6a1e0f63f7..2971f3fcaf 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -9,8 +9,7 @@ BOARDNAME:=Marvell EBU Armada FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part legacy-sdcard targz SUBTARGETS:=cortexa9 cortexa53 cortexa72 -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk |