diff options
author | Paul Spooren <mail@aparcar.org> | 2021-09-29 19:15:05 -1000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-10-01 10:46:28 -1000 |
commit | 87623958b2796f69dcb7677e30ba5911b208f59a (patch) | |
tree | 521b113484249ea896e3b0e48a93f883359f92df /target/linux/armvirt/Makefile | |
parent | 05b20d9a6046d4736522bbc881644a31f0685470 (diff) | |
download | upstream-87623958b2796f69dcb7677e30ba5911b208f59a.tar.gz upstream-87623958b2796f69dcb7677e30ba5911b208f59a.tar.bz2 upstream-87623958b2796f69dcb7677e30ba5911b208f59a.zip |
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>
Diffstat (limited to 'target/linux/armvirt/Makefile')
-rw-r--r-- | target/linux/armvirt/Makefile | 3 |
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 |