diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-28 20:41:21 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-28 20:41:21 +0000 |
commit | 870ff6020cbbf82ee48adfd8d92e7156d1c57de6 (patch) | |
tree | 0acd32566d0c5dd7874c857b9ab9b9161f0aa28c /package/broadcom-wl/Makefile | |
parent | ae1487fbc7febdc91c732a4227c5adc6b3ec8c13 (diff) |
[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 ce5437467..3956092da 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 |