1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

more wpa+wds patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7888 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm
2007-07-08 12:51:30 +00:00
parent 07790ddaf9
commit ba2d065090
3 changed files with 8 additions and 4 deletions

View File

@@ -191,7 +191,7 @@ enable_broadcom() {
append vif_post_up "enabled 1" "$N"
config_get ifname "$vif" ifname
append if_up "ifconfig $ifname up" ";$N"
#append if_up "ifconfig $ifname up" ";$N"
local net_cfg bridge
net_cfg="$(find_net_config "$vif")"
[ -z "$net_cfg" ] || {