Commit fa5c2b02 authored by Jeff Dike's avatar Jeff Dike

Changed my mind about having CONFIG_UML_NET_PCAP enabled by default

in defconfig.  This would cause the default config to break on
any system without libpcap, so disabling it by default is better.
parent ccbb6060
...@@ -86,7 +86,7 @@ CONFIG_UML_NET_TUNTAP=y ...@@ -86,7 +86,7 @@ CONFIG_UML_NET_TUNTAP=y
CONFIG_UML_NET_SLIP=y CONFIG_UML_NET_SLIP=y
CONFIG_UML_NET_DAEMON=y CONFIG_UML_NET_DAEMON=y
CONFIG_UML_NET_MCAST=y CONFIG_UML_NET_MCAST=y
CONFIG_UML_NET_PCAP=y # CONFIG_UML_NET_PCAP is not set
CONFIG_DUMMY=y CONFIG_DUMMY=y
# CONFIG_BONDING is not set # CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set # CONFIG_EQUALIZER is not set
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment