Commit 8e87358b authored by Michael Shigorin's avatar Michael Shigorin

net-eth: fix defaults

It came unnoticed that USE_IFPLUGD clashes with CONFIG_WIRELESS which is the default for eth ifaces.
parent 5a09eed2
...@@ -38,7 +38,7 @@ write_iface() { ...@@ -38,7 +38,7 @@ write_iface() {
echo "BOOTPROTO=$proto" echo "BOOTPROTO=$proto"
echo "NM_CONTROLLED=$NMCTL" echo "NM_CONTROLLED=$NMCTL"
echo "DISABLED=$NMCTL" echo "DISABLED=$NMCTL"
echo "USE_IFPLUGD=yes" echo "#USE_IFPLUGD=yes"
} > "$dir/options" } > "$dir/options"
} }
......
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