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:
c7dc8fe
)
kernel: usb-serial-qualcomm depends on usb-serial-wwan
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Jul 2013 17:26:36 +0000
(17:26 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Jul 2013 17:26:36 +0000
(17:26 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37414
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
85f32de
..
76b6668
100644
(file)
--- a/
package/kernel/linux/modules/usb.mk
+++ b/
package/kernel/linux/modules/usb.mk
@@
-580,7
+580,7
@@
define KernelPackage/usb-serial-qualcomm
KCONFIG:=CONFIG_USB_SERIAL_QUALCOMM
FILES:=$(LINUX_DIR)/drivers/usb/serial/qcserial.ko
AUTOLOAD:=$(call AutoLoad,65,qcserial)
- $(call AddDepends/usb-serial)
+ $(call AddDepends/usb-serial
,+kmod-usb-serial-wwan
)
endef
define KernelPackage/usb-serial-qualcomm/description