summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Spooren2021-09-30 05:15:05 +0000
committerPaul Spooren2021-10-01 20:46:28 +0000
commit87623958b2796f69dcb7677e30ba5911b208f59a (patch)
tree521b113484249ea896e3b0e48a93f883359f92df
parent05b20d9a6046d4736522bbc881644a31f0685470 (diff)
downloadopenwrt-87623958b2796f69dcb7677e30ba5911b208f59a.tar.gz
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 <rosenp@gmail.com> Acked-by: Yousong Zhou <yszhou4tech@gmail.com> Signed-off-by: Paul Spooren <mail@aparcar.org>
-rw-r--r--target/linux/armvirt/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile
index 6c0d670743..21d8f04d9e 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