summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2024-06-02 15:56:56 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2024-06-17 12:59:06 +0200
commit85f6deb4e86366fb8d761e8c750e86b8a44d77c5 (patch)
tree58d461b3f155befdf66dc0b3699250950e720823 /target/linux
parentcef30e225d366b9f48eef20eb57773b981dbbdea (diff)
downloadopenwrt-85f6deb4e86366fb8d761e8c750e86b8a44d77c5.tar.gz
openwrt-85f6deb4e86366fb8d761e8c750e86b8a44d77c5.tar.bz2
openwrt-85f6deb4e86366fb8d761e8c750e86b8a44d77c5.zip
uml: switch to 6.6 kernel
Switch the uml target to kernel 6.6. Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15713 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/uml/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile
index cad5d0f3d3..00f19fce5b 100644
--- a/target/linux/uml/Makefile
+++ b/target/linux/uml/Makefile
@@ -14,8 +14,7 @@ BOARDNAME:=User Mode Linux
FEATURES:=audio ext4 rootfs-part squashfs
SUBTARGETS:=generic
-KERNEL_PATCHVER:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
include $(INCLUDE_DIR)/target.mk