mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
a0ad18ea28
commit
cd448b3de6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user