mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 09:54:43 +02:00
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
This commit is contained in:
parent
b80bf0c001
commit
467cdf09e3
@ -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…
x
Reference in New Issue
Block a user