projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60606fa
)
uml: use kernel 6.12 by default
author
Christian Lamparter
<
[email protected]
>
Fri, 30 May 2025 20:44:35 +0000
(22:44 +0200)
committer
Christian Lamparter
<
[email protected]
>
Mon, 9 Jun 2025 09:10:19 +0000
(11:10 +0200)
This patch switches the UML target Linux kernel version to 6.12.
Signed-off-by: Christian Lamparter <
[email protected]
>
target/linux/uml/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/uml/Makefile
b/target/linux/uml/Makefile
index d3f326297532718b63348608dfe4f05673f60602..1d34a6a9837b3a44961c201967229642bdc3a5e4 100644
(file)
--- a/
target/linux/uml/Makefile
+++ b/
target/linux/uml/Makefile
@@
-14,8
+14,7
@@
BOARDNAME:=User Mode Linux
FEATURES:=audio ext4 rootfs-part squashfs
SUBTARGETS:=generic
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk