Browse Source

kernel: fix chipidea module dependencies

Signed-off-by: John Crispin <[email protected]>
John Crispin 9 years ago
parent
commit
54e980aa36
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

@@ -1377,7 +1377,7 @@ $(eval $(call KernelPackage,usbip-server))
 
 define KernelPackage/usb-chipidea
   TITLE:=Host and device support for Chipidea controllers
-  DEPENDS:=+USB_GADGET_SUPPORT:kmod-usb-gadget
+  DEPENDS:=+USB_GADGET_SUPPORT:kmod-usb-gadget @TARGET_ar71xx +kmod-usb2
   KCONFIG:= \
 	CONFIG_NOP_USB_XCEIV=y \
 	CONFIG_EXTCON \