mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
fix(cros-bootkernel/x86_64_defconfig_boot) disable some more network modules
The boot kernel does not care about bonding, tun/tap, or some other minor network modules, so disable them.
This commit is contained in:
parent
f1b77b9b5e
commit
03b11a07de
@ -1141,7 +1141,7 @@ CONFIG_FUSION_LOGGING=y
|
||||
# CONFIG_MACINTOSH_DRIVERS is not set
|
||||
CONFIG_NETDEVICES=y
|
||||
CONFIG_NET_CORE=y
|
||||
CONFIG_BONDING=m
|
||||
# CONFIG_BONDING is not set
|
||||
# CONFIG_DUMMY is not set
|
||||
# CONFIG_EQUALIZER is not set
|
||||
# CONFIG_NET_FC is not set
|
||||
@ -1149,13 +1149,13 @@ CONFIG_MII=m
|
||||
# CONFIG_IFB is not set
|
||||
# CONFIG_NET_TEAM is not set
|
||||
# CONFIG_MACVLAN is not set
|
||||
CONFIG_VXLAN=m
|
||||
# CONFIG_VXLAN is not set
|
||||
# CONFIG_NETCONSOLE is not set
|
||||
# CONFIG_NETPOLL is not set
|
||||
# CONFIG_NET_POLL_CONTROLLER is not set
|
||||
CONFIG_TUN=m
|
||||
# CONFIG_TUN is not set
|
||||
# CONFIG_VETH is not set
|
||||
CONFIG_VIRTIO_NET=m
|
||||
CONFIG_VIRTIO_NET=y
|
||||
# CONFIG_ARCNET is not set
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user