projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c2723
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5659
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/wlcompat/Makefile
patch
|
blob
|
history
diff --git
a/package/wlcompat/Makefile
b/package/wlcompat/Makefile
index
44acaee
..
ceb5969
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