mvebu: switch default kernel to 5.15
authorStijn Segers <foss@volatilesystems.org>
Fri, 2 Dec 2022 12:36:20 +0000 (13:36 +0100)
committerPetr Štetiar <ynezz@true.cz>
Fri, 2 Dec 2022 15:57:48 +0000 (16:57 +0100)
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>
target/linux/mvebu/Makefile

index 6a1e0f63f70510baa1649d34445b8d390cdb4827..2971f3fcaf504a8297b6c1e78d6a543f92cc0319 100644 (file)
@@ -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