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:
3294d04
)
kernel: fix wrong line for the +@DRIVER_WEXT_SUPPORT dependency in kmod-net-zd1201
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 24 Jun 2011 19:53:09 +0000
(19:53 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 24 Jun 2011 19:53:09 +0000
(19:53 +0000)
SVN-Revision: 27274
package/kernel/modules/wireless.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/wireless.mk
b/package/kernel/modules/wireless.mk
index edf6da58507415fd2d023a13c1715273ffe778d3..698e9683ef75f22c6d0a87994cca3a2ea660b5b8 100644
(file)
--- a/
package/kernel/modules/wireless.mk
+++ b/
package/kernel/modules/wireless.mk
@@
-58,8
+58,8
@@
$(eval $(call KernelPackage,net-airo))
define KernelPackage/net-zd1201
SUBMENU:=$(WIRELESS_MENU)
TITLE:=Zydas ZD1201 support
- DEPENDS:=@USB_SUPPORT
- KCONFIG:=CONFIG_USB_ZD1201
+@DRIVER_WEXT_SUPPORT
+ DEPENDS:=@USB_SUPPORT
+@DRIVER_WEXT_SUPPORT
+ KCONFIG:=CONFIG_USB_ZD1201
FILES:=$(LINUX_DIR)/drivers/net/wireless/zd1201.ko
AUTOLOAD:=$(call AutoLoad,60,zd1201)
endef