projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b30b626
)
kernel: fix usb-net-cdc-mbim dependencies
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Jul 2013 17:26:39 +0000
(17:26 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Jul 2013 17:26:39 +0000
(17:26 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37415
package/kernel/linux/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/usb.mk
b/package/kernel/linux/modules/usb.mk
index 76b666819441239807520cf7b0bb3787adf808f7..ad3a63205f6340230fa3717c24c08a2788673d08 100644
(file)
--- a/
package/kernel/linux/modules/usb.mk
+++ b/
package/kernel/linux/modules/usb.mk
@@
-875,7
+875,7
@@
define KernelPackage/usb-net-cdc-mbim
FILES:= \
$(LINUX_DIR)/drivers/$(USBNET_DIR)/cdc_mbim.ko
AUTOLOAD:=$(call AutoLoad,62,cdc_mbim)
- $(call AddDepends/usb-net,+kmod-usb-wdm
,
+kmod-usb-net-cdc-ncm)
+ $(call AddDepends/usb-net,+kmod-usb-wdm
+kmod-usb-net-cdc-ncm)
endef
define KernelPackage/usb-net-cdc-mbim/description