From: Tony Ambardar Date: Wed, 3 May 2023 02:31:38 +0000 (-0700) Subject: armvirt: 6.1: enable kernel for testing X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a15730a4eb741dc394709afb2fb31539115d84c1;p=openwrt%2Fopenwrt.git armvirt: 6.1: enable kernel for testing Build and run-tested on QEMU/armvirt32 and QEMU/armvirt64. Signed-off-by: Tony Ambardar --- 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