From: Paul Spooren Date: Thu, 30 Sep 2021 05:15:05 +0000 (-1000) Subject: armvirt: switch to Kernel 5.10 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=87623958b2796f69dcb7677e30ba5911b208f59a;p=openwrt%2Fstaging%2Frmilecki.git 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 --- diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile index 6c0d670743f..21d8f04d9ef 100644 --- a/target/linux/armvirt/Makefile +++ b/target/linux/armvirt/Makefile @@ -9,8 +9,7 @@ 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 include $(INCLUDE_DIR)/target.mk