[source] kernel: fix chipidea module dependencies

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 20 06:51:12 PST 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/54e980aa36522de91ba8c4a187cbaef8be6c710a

commit 54e980aa36522de91ba8c4a187cbaef8be6c710a
Author: John Crispin <john at phrozen.org>
AuthorDate: Fri Jan 20 06:38:59 2017 +0100

    kernel: fix chipidea module dependencies
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 package/kernel/linux/modules/usb.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
index 2e44931..6be8a2a 100644
--- a/package/kernel/linux/modules/usb.mk
+++ b/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 \



More information about the lede-commits mailing list