mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +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
|
||||
#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 New Issue
Block a user