mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 13:31:28 +02:00
fix(cros-kernel/x86_64_defconfig) enable some more vlan modules
Enable: CONFIG_MACVLAN=m CONFIG_MACVTAP=m CONFIG_VETH=m Docker needs VETH, and might use MACVLAN in the future, it can't hurt to enable them, they take up no running space if not used.
This commit is contained in:
parent
337010c50d
commit
9750d3979c
@ -1364,13 +1364,14 @@ CONFIG_BONDING=m
|
||||
CONFIG_MII=m
|
||||
# CONFIG_IFB is not set
|
||||
# CONFIG_NET_TEAM is not set
|
||||
# CONFIG_MACVLAN is not set
|
||||
CONFIG_MACVLAN=m
|
||||
CONFIG_MACVTAP=m
|
||||
CONFIG_VXLAN=m
|
||||
# CONFIG_NETCONSOLE is not set
|
||||
# CONFIG_NETPOLL is not set
|
||||
# CONFIG_NET_POLL_CONTROLLER is not set
|
||||
CONFIG_TUN=m
|
||||
# CONFIG_VETH is not set
|
||||
CONFIG_VETH=m
|
||||
CONFIG_VIRTIO_NET=m
|
||||
# CONFIG_ARCNET is not set
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user