Browse Source

kernel: usb-serial-qualcomm depends on usb-serial-wwan

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 37414
Felix Fietkau 12 years ago
parent
commit
b30b62619c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/linux/modules/usb.mk

+ 1 - 1
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