Merge pull request #1238 from ManoftheSea/OCD_netdevs

Make bonding and dummy modules loadable instead of innate
This commit is contained in:
Igor Pečovnik 2019-01-19 09:39:58 +01:00 committed by GitHub
commit db9f512f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2243,8 +2243,8 @@ CONFIG_DM_RAID=m
CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_NET_CORE=y
CONFIG_BONDING=y
CONFIG_DUMMY=y
CONFIG_BONDING=m
CONFIG_DUMMY=m
# CONFIG_EQUALIZER is not set
# CONFIG_NET_FC is not set
CONFIG_IFB=m