From 6d08efd7fa786bd14f1c64308aac582a5d110d21 Mon Sep 17 00:00:00 2001 From: breakings Date: Wed, 10 Aug 2022 13:00:22 +0800 Subject: [PATCH] armvirt: switch to Kernel 5.10 (#9906) * armvirt: switch to Kernel 5.10 Armvirt is a development and testing platform and should therefore use the latest OpenWrt Kernel by default. Tested via qemu. Acked-by: Rosen Penev Acked-by: Yousong Zhou Signed-off-by: Paul Spooren * armvirt: add 5.15 as testing kernel Add 5.15 as testing kernel. Signed-off-by: Aleksander Jan Bajkowski Co-authored-by: Paul Spooren Co-authored-by: Aleksander Jan Bajkowski --- target/linux/armvirt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile index 6c0d67074..6a2587fb3 100644 --- a/target/linux/armvirt/Makefile +++ b/target/linux/armvirt/Makefile @@ -9,8 +9,8 @@ BOARDNAME:=QEMU ARM Virtual Machine FEATURES:=fpu pci rtc usb FEATURES+=cpiogz ext4 ramdisk squashfs targz -KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk