remove mac address handling, now handled by /lib/network/config.sh
SVN-Revision: 13259
This commit is contained in:
parent
789848d327
commit
0c67453253
1 changed files with 1 additions and 1 deletions
|
@ -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" ] || {
|
||||
|
|
Loading…
Reference in a new issue