remove mac address handling, now handled by /lib/network/config.sh

SVN-Revision: 13259
This commit is contained in:
Jo-Philipp Wich 2008-11-17 13:30:14 +00:00
parent 789848d327
commit 0c67453253

View file

@ -237,7 +237,7 @@ enable_broadcom() {
config_get ifname "$vif" ifname
#append if_up "ifconfig $ifname up" ";$N"
[ -z "$macaddr" ] || append if_up "ifconfig $ifname hw ether $macaddr" ";$N"
local net_cfg bridge
net_cfg="$(find_net_config "$vif")"
[ -z "$net_cfg" ] || {