]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
uml: use kernel 6.12 by default
authorChristian Lamparter <chunkeey@gmail.com>
Fri, 30 May 2025 20:44:35 +0000 (22:44 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
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 <chunkeey@gmail.com>
target/linux/uml/Makefile

index d3f326297532718b63348608dfe4f05673f60602..1d34a6a9837b3a44961c201967229642bdc3a5e4 100644 (file)
@@ -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