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:
parent
5a09eed232
commit
8e87358b66
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user