summaryrefslogtreecommitdiffstats
path: root/package/wlcompat
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-12 05:06:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-12 05:06:56 +0000
commit105a602ecf14e4afe29f88e062496135bce41dc7 (patch)
tree486a3c1c55fa9733f87903e0adb73bd931a238b7 /package/wlcompat
parent646342f30f409ac8030b634f2715ab9acac07858 (diff)
downloadmaster-31e0f0ae-105a602ecf14e4afe29f88e062496135bce41dc7.tar.gz
master-31e0f0ae-105a602ecf14e4afe29f88e062496135bce41dc7.tar.bz2
master-31e0f0ae-105a602ecf14e4afe29f88e062496135bce41dc7.zip
implement target profiles in menuconfig
SVN-Revision: 5512
Diffstat (limited to 'package/wlcompat')
-rw-r--r--package/wlcompat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wlcompat/Makefile b/package/wlcompat/Makefile
index fc66c90f50..4a37294658 100644
--- a/package/wlcompat/Makefile
+++ b/package/wlcompat/Makefile
@@ -19,7 +19,8 @@ include $(INCLUDE_DIR)/package.mk
define Package/kmod-wlcompat/Default
SECTION:=kernel
CATEGORY:=Kernel drivers
- DEPENDS:=kmod-brcm-wl
+ DEPENDS:=@PACKAGE_kmod-brcm-wl||PACKAGE_kmod-brcm-wl-mimo +wireless-tools
+ DEFAULT:=y
TITLE:=Broadcom wl wrapper module
DESCRIPTION:=\
This package contains a wrapper module, that provides Wireless Extension \\\
@@ -29,7 +30,6 @@ endef
define Package/kmod-wlcompat
$(call Package/kmod-wlcompat/Default)
- DEFAULT:=y
endef
define Package/kmod-wlcompat-debug