diff options
| author | Christian Lamparter | 2025-05-30 20:44:35 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2025-06-09 09:10:19 +0000 |
| commit | 6f59a2e6b05ce6ee2cfe4efd4e319c2066455193 (patch) | |
| tree | c9a15fefc8894181602bef7a5cebe416f7bc33b8 | |
| parent | 60606fa980d3fb8cd9b4bba1da9a321f9e72bebb (diff) | |
| download | openwrt-6f59a2e6b05ce6ee2cfe4efd4e319c2066455193.tar.gz | |
uml: use kernel 6.12 by default
This patch switches the UML target Linux kernel version to 6.12.
Signed-off-by: Christian Lamparter <chunkeey@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 d3f3262975..1d34a6a983 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.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |