From a15730a4eb741dc394709afb2fb31539115d84c1 Mon Sep 17 00:00:00 2001 From: Tony Ambardar Date: Tue, 2 May 2023 19:31:38 -0700 Subject: [PATCH] armvirt: 6.1: enable kernel for testing Build and run-tested on QEMU/armvirt32 and QEMU/armvirt64. Signed-off-by: Tony Ambardar --- target/linux/armvirt/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile index 73913f4a5b..3acf84e5c9 100644 --- a/target/linux/armvirt/Makefile +++ b/target/linux/armvirt/Makefile @@ -10,6 +10,7 @@ FEATURES:=fpu pci rtc usb FEATURES+=cpiogz ext4 ramdisk squashfs targz KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk -- 2.30.2