projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
953147e
)
fix wlcompat defaults
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 27 Nov 2006 05:27:36 +0000
(
05:27
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 27 Nov 2006 05:27:36 +0000
(
05:27
+0000)
SVN-Revision: 5659
package/wlcompat/Makefile
patch
|
blob
|
history
diff --git
a/package/wlcompat/Makefile
b/package/wlcompat/Makefile
index 44acaee1f1174ca1f7dedae4791d385497d38faf..ceb5969d9220ee339dbd2ac061d3508104bb239b 100644
(file)
--- 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