projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
789848d
)
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)
SVN-Revision: 13259
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 b30a3d9fef27e8eb50034e6fe002dc1a8ed1a81d..e0d741b952fdc29cdce205f57639a96311d1f2ce 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" ] || {