sys-kernel/coreos-modules: disable IP_PNP options

Turn off the in-kernel IP configuration, so it can be delegated to
the initramfs.
This commit is contained in:
David Michael 2016-09-22 15:08:33 -07:00
parent ca4f403409
commit 8e112e72d1
3 changed files with 1 additions and 3 deletions

View File

@ -93,9 +93,7 @@ CONFIG_IP_FIB_TRIE_STATS=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE_DEMUX=m
CONFIG_NET_IPGRE=m