summaryrefslogtreecommitdiffstats
path: root/package/broadcom-wl/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-12 05:06:56 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-12 05:06:56 +0000
commit5be70dfb578c8793084aa8b4526fad08d68a6155 (patch)
treedf67c1174d33863318f90dbce91f22c7b204038c /package/broadcom-wl/Makefile
parent13a66f12855066defdbc98f752caa5754a92a490 (diff)
implement target profiles in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-wl/Makefile')
-rw-r--r--package/broadcom-wl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile
index 3ef4bcf08..1b3964285 100644
--- a/package/broadcom-wl/Makefile
+++ b/package/broadcom-wl/Makefile
@@ -44,7 +44,6 @@ endef
define Package/kmod-brcm-wl
$(call Package/kmod-brcm-wl/Default)
- DEFAULT:=y
TITLE+= (normal version)
DESCRIPTION+= (normal version).
endef
@@ -57,8 +56,8 @@ endef
define Package/wlc
$(call Package/broadcom-wl/Default)
+ TITLE:=wl driver setup utility
DEFAULT:=y
- TITLE:=Proprietary Broadcom wl driver setup utility
DESCRIPTION:=\
This package contains an utility for initializing the proprietary Broadcom \\\
wl driver.
@@ -74,7 +73,8 @@ endef
define Package/nas
$(call Package/broadcom-wl/Default)
- DEPENDS+= +nvram
+ DEPENDS+=+nvram
+ DEFAULT:=y
TITLE:=Proprietary Broadcom WPA/WPA2 authenticator
DESCRIPTION:=\
This package contains the proprietary WPA/WPA2 authenticator (nas) for the \\\