projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8195bd4
)
remove mac address handling, now handled by /lib/network/config.sh
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 17 Nov 2008 13:30:14 +0000
(13:30 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 17 Nov 2008 13:30:14 +0000
(13:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13259
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/broadcom-wl/files/lib/wifi/broadcom.sh
patch
|
blob
|
history
diff --git
a/package/broadcom-wl/files/lib/wifi/broadcom.sh
b/package/broadcom-wl/files/lib/wifi/broadcom.sh
index
b30a3d9
..
e0d741b
100644
(file)
--- a/
package/broadcom-wl/files/lib/wifi/broadcom.sh
+++ b/
package/broadcom-wl/files/lib/wifi/broadcom.sh
@@
-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" ] || {