uml: promote to 6.1 kernel
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 23 Mar 2024 19:32:20 +0000 (20:32 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 23 Mar 2024 20:22:47 +0000 (21:22 +0100)
there have been no reports of any problems with 6.1.
let's make it the default kernel.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/linux/uml/Makefile

index ba3c7eae9dc443a8df6694c18c4b3be52e17b745..d9c2b924b5c1f32d570bd2630ae4334e4dde455d 100644 (file)
@@ -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