From ed893a3cc19e528c32da5ea002308e6428cfa1fc Mon Sep 17 00:00:00 2001 From: Stijn Segers Date: Sun, 24 Mar 2024 12:05:17 +0100 Subject: [PATCH] mvebu: add 6.6 testing kernel Add 6.6 testing kernel for mvebu target. Signed-off-by: Stijn Segers --- target/linux/mvebu/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 316bf1dfa0..26bd4d4240 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -10,6 +10,7 @@ FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part lega SUBTARGETS:=cortexa9 cortexa53 cortexa72 KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk -- 2.30.2