From: Christian Lamparter Date: Sat, 3 Dec 2022 21:20:37 +0000 (+0100) Subject: uml: switch to Kernel 5.15 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=50d20db6a8fd2aaed3322578c6e5a2960a8d3f4d;p=openwrt%2Fstaging%2Fnbd.git uml: switch to Kernel 5.15 Switch over from testing version. Signed-off-by: Christian Lamparter --- 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