summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-01-14 17:56:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-01-14 17:56:42 +0000
commitee54f19d41dd770be6b2d7a50cb24c9cb74a9b85 (patch)
treeeaf4f585632871eeb755adf17aa33ec76633812c /package
parent28f97f9fc380f55de71b91e40308d38c5fc41c51 (diff)
downloadmaster-31e0f0ae-ee54f19d41dd770be6b2d7a50cb24c9cb74a9b85.tar.gz
master-31e0f0ae-ee54f19d41dd770be6b2d7a50cb24c9cb74a9b85.tar.bz2
master-31e0f0ae-ee54f19d41dd770be6b2d7a50cb24c9cb74a9b85.zip
move several instances of DEFAULT:=y to profile preselections (easier for the image builder to pick up)
SVN-Revision: 6096
Diffstat (limited to 'package')
-rw-r--r--package/broadcom-diag/Makefile1
-rw-r--r--package/broadcom-wl/Makefile2
-rw-r--r--package/wlcompat/Makefile1
3 files changed, 0 insertions, 4 deletions
diff --git a/package/broadcom-diag/Makefile b/package/broadcom-diag/Makefile
index 9ab377a4f8..edc1026c27 100644
--- a/package/broadcom-diag/Makefile
+++ b/package/broadcom-diag/Makefile
@@ -19,7 +19,6 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/diag
SECTION:=kernel
CATEGORY:=Kernel drivers
- DEFAULT:=y
DEPENDS:=@LINUX_2_4_BRCM||LINUX_2_6_BRCM
TITLE:=Driver for router LEDs and Buttons
VERSION:=$(PKG_RELEASE)+$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)
diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile
index 769cfe8eab..93fc378979 100644
--- a/package/broadcom-wl/Makefile
+++ b/package/broadcom-wl/Makefile
@@ -57,7 +57,6 @@ endef
define Package/wlc
$(call Package/broadcom-wl/Default)
TITLE:=wl driver setup utility
- DEFAULT:=y
DESCRIPTION:=\
This package contains an utility for initializing the proprietary Broadcom \\\
wl driver.
@@ -74,7 +73,6 @@ endef
define Package/nas
$(call Package/broadcom-wl/Default)
DEPENDS+=+nvram
- DEFAULT:=y
TITLE:=Proprietary Broadcom WPA/WPA2 authenticator
DESCRIPTION:=\
This package contains the proprietary WPA/WPA2 authenticator (nas) for the \\\
diff --git a/package/wlcompat/Makefile b/package/wlcompat/Makefile
index ceb5969d92..aa34e61aae 100644
--- a/package/wlcompat/Makefile
+++ b/package/wlcompat/Makefile
@@ -29,7 +29,6 @@ endef
define Package/kmod-wlcompat
$(call Package/kmod-wlcompat/Default)
- DEFAULT:=y
endef
define Package/kmod-wlcompat-debug