From 105a602ecf14e4afe29f88e062496135bce41dc7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 12 Nov 2006 05:06:56 +0000 Subject: implement target profiles in menuconfig SVN-Revision: 5512 --- package/wlcompat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/wlcompat/Makefile') diff --git a/package/wlcompat/Makefile b/package/wlcompat/Makefile index fc66c90..4a37294 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 -- cgit v1.1