diff options
| author | Christian Lamparter | 2024-06-02 13:56:56 +0000 |
|---|---|---|
| committer | Christian Marangi | 2024-06-17 10:59:06 +0000 |
| commit | 85f6deb4e86366fb8d761e8c750e86b8a44d77c5 (patch) | |
| tree | 58d461b3f155befdf66dc0b3699250950e720823 | |
| parent | cef30e225d366b9f48eef20eb57773b981dbbdea (diff) | |
| download | openwrt-85f6deb4e86366fb8d761e8c750e86b8a44d77c5.tar.gz | |
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>
| -rw-r--r-- | target/linux/uml/Makefile | 3 |
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 |