diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 05:06:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 05:06:56 +0000 |
commit | 105a602ecf14e4afe29f88e062496135bce41dc7 (patch) | |
tree | 486a3c1c55fa9733f87903e0adb73bd931a238b7 /package/broadcom-wl | |
parent | 646342f30f409ac8030b634f2715ab9acac07858 (diff) | |
download | upstream-105a602ecf14e4afe29f88e062496135bce41dc7.tar.gz upstream-105a602ecf14e4afe29f88e062496135bce41dc7.tar.bz2 upstream-105a602ecf14e4afe29f88e062496135bce41dc7.zip |
implement target profiles in menuconfig
SVN-Revision: 5512
Diffstat (limited to 'package/broadcom-wl')
-rw-r--r-- | package/broadcom-wl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile index 3ef4bcf081..1b39642854 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 \\\ |