delay the starting of nas4wds, seems like 5 seconds works in every case: none, psk, psk2 (#4974)
SVN-Revision: 16159
This commit is contained in:
parent
92f26dfbef
commit
553c950287
@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=broadcom-wl
|
||||
PKG_VERSION:=4.150.10.5.3
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
WLC_VERSION:=0.1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user