mirror of https://github.com/hak5/openwrt.git
remove mac address handling, now handled by /lib/network/config.sh
SVN-Revision: 13259lede-17.01
parent
789848d327
commit
0c67453253
|
@ -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" ] || {
|
||||||
|
|
Loading…
Reference in New Issue