diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-27 05:27:36 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-27 05:27:36 +0000 |
commit | d42c23805a93337d489060a2d14e17a6cdb8e76b (patch) | |
tree | c1d2ab00746039047354da18b5630e25b3c31652 /package/wlcompat/Makefile | |
parent | 28398504ad0bb396806c5499248e3a947851333e (diff) |
fix wlcompat defaults
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5659 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wlcompat/Makefile')
-rw-r--r-- | package/wlcompat/Makefile | 2 |
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 |