mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02: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:
parent
ae1487fbc7
commit
870ff6020c
@ -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