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 <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-01-23 19:22:28 +00:00
parent a0ad18ea28
commit cd448b3de6

View File

@ -5,4 +5,4 @@ CONFIG_INET_UDP_DIAG=y
CONFIG_PACKET_DIAG=y CONFIG_PACKET_DIAG=y
CONFIG_NETLINK_DIAG=y CONFIG_NETLINK_DIAG=y
CONFIG_NETFILTER_XT_MARK=y CONFIG_NETFILTER_XT_MARK=y
CONFIG_TUN=y CONFIG_TUN=m