Explorar el Código

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

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

SVN-Revision: 37412
Felix Fietkau hace 12 años
padre
commit
2bc5b4a02a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/kernel/linux/modules/usb.mk

+ 1 - 1
package/kernel/linux/modules/usb.mk

@@ -355,7 +355,7 @@ define KernelPackage/usb-serial-ipw
   KCONFIG:=CONFIG_USB_SERIAL_IPW
   FILES:=$(LINUX_DIR)/drivers/usb/serial/ipw.ko
   AUTOLOAD:=$(call AutoLoad,65,ipw)
-  $(call AddDepends/usb-serial)
+  $(call AddDepends/usb-serial,+kmod-usb-serial-wwan)
 endef
 
 $(eval $(call KernelPackage,usb-serial-ipw))