1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:33:16 +03:00

[package] delay the starting of nas4wds, seems like 5 seconds works in every case: none, psk, psk2 (#4974)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16159 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-05-28 20:41:21 +00:00
parent ae1487fbc7
commit 870ff6020c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View 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"