diff mbox series

mvebu: switch default kernel to 5.15

Message ID 20221202122432.16518-1-foss@volatilesystems.org
State Superseded, archived
Headers show
Series mvebu: switch default kernel to 5.15 | expand

Commit Message

Stijn Segers Dec. 2, 2022, 12:24 p.m. UTC
From: Borromini <Borromini@users.noreply.github.com>

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)

Signed-off-by: Stijn Segers <foss@volatilesystems.org>
---
 target/linux/mvebu/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Paul Spooren Dec. 2, 2022, 6:33 p.m. UTC | #1
> On 2. Dec 2022, at 13:24, Stijn Segers <foss@volatilesystems.org> wrote:
> 
> From: Borromini <Borromini@users.noreply.github.com>
> 
> 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)
> 
> Signed-off-by: Stijn Segers <foss@volatilesystems.org>
> ---

Acked-by: Paul Spooren <mail@aparcar.org <mailto:mail@aparcar.org>>

> target/linux/mvebu/Makefile | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile
> index 6a1e0f63f705..2971f3fcaf50 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
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
diff mbox series

Patch

diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile
index 6a1e0f63f705..2971f3fcaf50 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