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>
This commit is contained in:
parent
60606fa980
commit
6f59a2e6b0
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ BOARDNAME:=User Mode Linux
|
||||||
FEATURES:=audio ext4 rootfs-part squashfs
|
FEATURES:=audio ext4 rootfs-part squashfs
|
||||||
SUBTARGETS:=generic
|
SUBTARGETS:=generic
|
||||||
|
|
||||||
KERNEL_PATCHVER:=6.6
|
KERNEL_PATCHVER:=6.12
|
||||||
KERNEL_TESTING_PATCHVER:=6.12
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue