From 50d20db6a8fd2aaed3322578c6e5a2960a8d3f4d Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 3 Dec 2022 22:20:37 +0100 Subject: [PATCH] uml: switch to Kernel 5.15 Switch over from testing version. 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 90770cc0e4..9f6b9644f8 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.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk -- 2.30.2