aboutsummaryrefslogtreecommitdiffstats
path: root/package/wlcompat
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-27 05:27:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-27 05:27:36 +0000
commit2f53a193a1d22cc840dcbc5f8af174387fc5375c (patch)
tree34ac2cd3e9d5dca9b811cadc19dd7b894c3b9295 /package/wlcompat
parent953147eafb1422b8af8476e1f8283878b7af2c2b (diff)
downloadupstream-2f53a193a1d22cc840dcbc5f8af174387fc5375c.tar.gz
upstream-2f53a193a1d22cc840dcbc5f8af174387fc5375c.tar.bz2
upstream-2f53a193a1d22cc840dcbc5f8af174387fc5375c.zip
fix wlcompat defaults
SVN-Revision: 5659
Diffstat (limited to 'package/wlcompat')
-rw-r--r--package/wlcompat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wlcompat/Makefile b/package/wlcompat/Makefile
index 44acaee1f1..ceb5969d92 100644
--- a/package/wlcompat/Makefile
+++ b/package/wlcompat/Makefile
@@ -20,7 +20,6 @@ define Package/kmod-wlcompat/Default
SECTION:=kernel
CATEGORY:=Kernel drivers
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 \\\
@@ -30,6 +29,7 @@ endef
define Package/kmod-wlcompat
$(call Package/kmod-wlcompat/Default)
+ DEFAULT:=y
endef
define Package/kmod-wlcompat-debug