projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a06f81c
)
linux: kmod-usb-net-huawei-cdc-ncm depends on kmod-usb-net-cdc-ncm
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 29 Jan 2015 22:58:35 +0000
(22:58 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 29 Jan 2015 22:58:35 +0000
(22:58 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44209
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 ecbf18668dc891da36aea5779e7c907498b680ec..c86470059e1f2914ac2a5790fb45f46603dc93b9 100644
(file)
--- a/
package/kernel/linux/modules/usb.mk
+++ b/
package/kernel/linux/modules/usb.mk
@@
-1235,7
+1235,7
@@
define KernelPackage/usb-net-huawei-cdc-ncm
KCONFIG:=CONFIG_USB_NET_HUAWEI_CDC_NCM
FILES:= $(LINUX_DIR)/drivers/$(USBNET_DIR)/huawei_cdc_ncm.ko
AUTOLOAD:=$(call AutoProbe,huawei_cdc_ncm)
- $(call AddDepends/usb-net,+kmod-usb-wdm @!LINUX_3_8 @!LINUX_3_10)
+ $(call AddDepends/usb-net,+kmod-usb-
net-cdc-ncm +kmod-usb-
wdm @!LINUX_3_8 @!LINUX_3_10)
endef
define KernelPackage/usb-net-huawei-cdc-ncm/description