net-eth: fix defaults

It came unnoticed that USE_IFPLUGD clashes with
CONFIG_WIRELESS which is the default for eth ifaces.
This commit is contained in:
Michael Shigorin 2013-07-19 16:57:51 +00:00
parent 5a09eed232
commit 8e87358b66

View File

@ -38,7 +38,7 @@ write_iface() {
echo "BOOTPROTO=$proto"
echo "NM_CONTROLLED=$NMCTL"
echo "DISABLED=$NMCTL"
echo "USE_IFPLUGD=yes"
echo "#USE_IFPLUGD=yes"
} > "$dir/options"
}