projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05b20d9
)
armvirt: switch to Kernel 5.10
author
Paul Spooren
<mail@aparcar.org>
Thu, 30 Sep 2021 05:15:05 +0000
(19:15 -1000)
committer
Paul Spooren
<mail@aparcar.org>
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 <rosenp@gmail.com>
Acked-by: Yousong Zhou <yszhou4tech@gmail.com>
Signed-off-by: Paul Spooren <mail@aparcar.org>
target/linux/armvirt/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/armvirt/Makefile
b/target/linux/armvirt/Makefile
index 6c0d670743f33fe21206e32841b9083ba6c938a5..21d8f04d9ef982da004d23addff52d91ae02c54f 100644
(file)
--- 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