From 5744205eb623d4a38decb4e6973cec0ec84e02d3 Mon Sep 17 00:00:00 2001 From: Mathew McBride Date: Wed, 13 Mar 2024 12:34:03 +1100 Subject: [PATCH] armsr: add kernel 6.6 as a testing target Add kernel 6.6 for testing. Signed-off-by: Mathew McBride --- target/linux/armsr/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/armsr/Makefile b/target/linux/armsr/Makefile index 7de77decb5..c2e57e52da 100644 --- a/target/linux/armsr/Makefile +++ b/target/linux/armsr/Makefile @@ -10,6 +10,7 @@ FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk -- 2.30.2