mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
8195bd4906
commit
62fb1eb59e
@ -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…
x
Reference in New Issue
Block a user