From: Mathew McBride Date: Thu, 1 Jun 2023 05:55:22 +0000 (+0000) Subject: armvirt: switch to kernel 6.1 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=abcb30d36cfe65e3ed7786c929c1a2350dd2a9c2;p=openwrt%2Fstaging%2Fneocturne.git armvirt: switch to kernel 6.1 The EFI implementation changes have only been applied to 6.1, so switch armvirt over to it. Signed-off-by: Mathew McBride --- diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile index ff362428a9..0ae51597bc 100644 --- a/target/linux/armvirt/Makefile +++ b/target/linux/armvirt/Makefile @@ -9,8 +9,7 @@ BOARDNAME:=QEMU ARM Virtual Machine FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk