From 6f59a2e6b05ce6ee2cfe4efd4e319c2066455193 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Fri, 30 May 2025 22:44:35 +0200 Subject: [PATCH] uml: use kernel 6.12 by default This patch switches the UML target Linux kernel version to 6.12. Signed-off-by: Christian Lamparter --- target/linux/uml/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.2