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:
3a7c8fd
)
armvirt: switch to kernel 6.1
author
Mathew McBride
<matt@traverse.com.au>
Thu, 1 Jun 2023 05:55:22 +0000
(
05:55
+0000)
committer
Petr Štetiar
<ynezz@true.cz>
Fri, 2 Jun 2023 09:36:41 +0000
(11:36 +0200)
The EFI implementation changes have only been applied
to 6.1, so switch armvirt over to it.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
target/linux/armvirt/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/armvirt/Makefile
b/target/linux/armvirt/Makefile
index ff362428a9b3afac7e64d13dbb0d064126f6ea9d..0ae51597bcbb72626084513961bb1b91e76124a4 100644
(file)
--- a/
target/linux/armvirt/Makefile
+++ b/
target/linux/armvirt/Makefile
@@
-9,8
+9,7
@@
BOARDNAME:=QEMU ARM Virtual Machine
FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part
FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk
-KERNEL_PATCHVER:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
include $(INCLUDE_DIR)/target.mk