From bbaf6b764e3807d0ebe0c07274e9b067c5cfa148 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 23 Mar 2024 20:32:20 +0100 Subject: [PATCH] uml: promote to 6.1 kernel there have been no reports of any problems with 6.1. let's make it the default kernel. 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 ba3c7eae9d..d9c2b924b5 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -13,8 +13,7 @@ BOARD:=uml BOARDNAME:=User Mode Linux FEATURES:=audio ext4 rootfs-part squashfs -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk -- 2.30.2