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 | 768b48f380f60031f632cd7d1bc6be05e03a72a8 (patch) | |
tree | df67c1174d33863318f90dbce91f22c7b204038c /package/wlcompat | |
parent | 87f59ecd7c9bddefaf9710b21f61b1d5a310ebfc (diff) | |
download | master-187ad058-768b48f380f60031f632cd7d1bc6be05e03a72a8.tar.gz master-187ad058-768b48f380f60031f632cd7d1bc6be05e03a72a8.tar.bz2 master-187ad058-768b48f380f60031f632cd7d1bc6be05e03a72a8.zip |
implement target profiles in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wlcompat')
-rw-r--r-- | package/wlcompat/Makefile | 4 |
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 |