From: Christian Lamparter Date: Fri, 30 May 2025 20:44:35 +0000 (+0200) Subject: uml: use kernel 6.12 by default X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f59a2e6b05ce6ee2cfe4efd4e319c2066455193;p=thirdparty%2Fopenwrt.git uml: use kernel 6.12 by default This patch switches the UML target Linux kernel version to 6.12. Signed-off-by: Christian Lamparter --- diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index d3f32629753..1d34a6a9837 100644 --- 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