From cd448b3de63bd6085ddd400f931186b8bbde71ff Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 23 Jan 2024 19:22:28 +0000 Subject: kernel/cfg: change CONFIG_TUN to module Currently Xen expected a tun module to be packaged. We need a better way to resolve dependencies such as this (perhaps by the kernel providing the package requested when functionality is built in). But for now, without a compelling need for criu to have tun built in, we tweak this config to match and keep the xen builds happy and with no conditional package requirements. Signed-off-by: Bruce Ashfield --- recipes-kernel/linux/linux-yocto/criu.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-yocto/criu.cfg b/recipes-kernel/linux/linux-yocto/criu.cfg index 314addfa..dc9502a6 100644 --- a/recipes-kernel/linux/linux-yocto/criu.cfg +++ b/recipes-kernel/linux/linux-yocto/criu.cfg @@ -5,4 +5,4 @@ CONFIG_INET_UDP_DIAG=y CONFIG_PACKET_DIAG=y CONFIG_NETLINK_DIAG=y CONFIG_NETFILTER_XT_MARK=y -CONFIG_TUN=y +CONFIG_TUN=m -- cgit v1.2.3-54-g00ecf