armvirt: switch to Kernel 5.10
authorPaul Spooren <[email protected]>
Thu, 30 Sep 2021 05:15:05 +0000 (19:15 -1000)
committerPaul Spooren <[email protected]>
Fri, 1 Oct 2021 20:46:28 +0000 (10:46 -1000)
Armvirt is a development and testing platform and should therefore use
the latest OpenWrt Kernel by default.

Tested via qemu.

Acked-by: Rosen Penev <[email protected]>
Acked-by: Yousong Zhou <[email protected]>
Signed-off-by: Paul Spooren <[email protected]>
target/linux/armvirt/Makefile

index 6c0d670743f33fe21206e32841b9083ba6c938a5..21d8f04d9ef982da004d23addff52d91ae02c54f 100644 (file)
@@ -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