diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-28 20:41:21 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-28 20:41:21 +0000 |
commit | 1974b7201a630e47f06a7e543bf6ac80f112db27 (patch) | |
tree | 0acd32566d0c5dd7874c857b9ab9b9161f0aa28c /package/broadcom-wl/Makefile | |
parent | 39ce6d55883e71a420361031fe6cd0c92f05ad0a (diff) | |
download | upstream-1974b7201a630e47f06a7e543bf6ac80f112db27.tar.gz upstream-1974b7201a630e47f06a7e543bf6ac80f112db27.tar.bz2 upstream-1974b7201a630e47f06a7e543bf6ac80f112db27.zip |
[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
Diffstat (limited to 'package/broadcom-wl/Makefile')
-rw-r--r-- | package/broadcom-wl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile index ce54374675..3956092da6 100644 --- a/package/broadcom-wl/Makefile +++ b/package/broadcom-wl/Makefile @@ -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 |