From 75f713fcc26a5a82312d57636667130bc93ad3ff Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 17 Feb 2024 17:55:43 +0100 Subject: [PATCH] mvebu: switch to kernel 6.1 After a few months of testing it's time to move to 6.1 by default. Signed-off-by: Stefan Kalscheuer --- 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 9f5d374abd..316bf1dfa0 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.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk -- 2.30.2