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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13259 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2008-11-17 13:30:14 +00:00
parent 8195bd4906
commit 62fb1eb59e
1 changed files with 1 additions and 1 deletions

View File

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