From: Stefan Kalscheuer Date: Sat, 17 Feb 2024 16:55:43 +0000 (+0100) Subject: mvebu: switch to kernel 6.1 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=75f713fcc26a5a82312d57636667130bc93ad3ff 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 --- 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