From e2f0821b5a26bd7ee9d9db93358fa515eca98d1b Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 6 Aug 2022 19:44:02 +0200 Subject: uml: add Kernel 5.15 support via testing Add the latest default Kernel for testing. Signed-off-by: Christian Lamparter --- target/linux/uml/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/uml/Makefile') diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 5c884fb9a0..90770cc0e4 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -14,6 +14,7 @@ BOARDNAME:=User Mode Linux FEATURES:=audio ext4 rootfs-part squashfs KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk -- cgit v1.2.3