projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b985ba
)
kernel: net-zd1201 depends on usb-core
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Jul 2013 17:26:43 +0000
(17:26 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Jul 2013 17:26:43 +0000
(17:26 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37416
package/kernel/linux/modules/wireless.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/wireless.mk
b/package/kernel/linux/modules/wireless.mk
index ee0f96594453c2dfd085a49f7328483baae454e5..4592988cbcac29d73bd6fe8e54711580350d1622 100644
(file)
--- a/
package/kernel/linux/modules/wireless.mk
+++ b/
package/kernel/linux/modules/wireless.mk
@@
-26,7
+26,7
@@
$(eval $(call KernelPackage,net-airo))
define KernelPackage/net-zd1201
SUBMENU:=$(WIRELESS_MENU)
TITLE:=Zydas ZD1201 support
- DEPENDS:=@USB_SUPPORT +@DRIVER_WEXT_SUPPORT
+ DEPENDS:=@USB_SUPPORT +@DRIVER_WEXT_SUPPORT
+kmod-usb-core
KCONFIG:=CONFIG_USB_ZD1201
FILES:=$(LINUX_DIR)/drivers/net/wireless/zd1201.ko
AUTOLOAD:=$(call AutoLoad,60,zd1201)