merge r16159 to 8.09
authorFlorian Fainelli <florian@openwrt.org>
Thu, 28 May 2009 20:42:45 +0000 (20:42 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 28 May 2009 20:42:45 +0000 (20:42 +0000)
SVN-Revision: 16160

package/broadcom-wl/Makefile
package/broadcom-wl/files/etc/hotplug.d/net/20-broadcom_wds

index cc0af0f69ec212e2d011334734209c23dcf78fdf..d33524f2c9834eef09ba6f972691b43df63bdb1a 100644 (file)
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=broadcom-wl
 PKG_VERSION:=4.150.10.5.3
-PKG_RELEASE:=3.1
+PKG_RELEASE:=3.2
 WLC_VERSION:=0.1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
index 90978ee7699d37428c33ae71b5d98b2bd019914b..f314a2527c6d70cc2fc80e1802ab4bffcf9557f9 100644 (file)
@@ -30,7 +30,7 @@ setup_broadcom_wds() {
                        config_get ssid "$cfg" ssid
                
                        [ "$encryption" != "none" ] && {
-                               sleep 1
+                               sleep 5
                                case "$encryption" in
                                        psk|PSK)
                                                nas4not "$network" "$iface" up auto tkip psk "$key" "$ssid"