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>
This commit is contained in:
parent
cef30e225d
commit
85f6deb4e8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue