[openwrt/openwrt] kernel: fix chipidea2 dependencies

LEDE Commits lede-commits at lists.infradead.org
Wed May 9 10:55:30 PDT 2018


blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/a564cfcd8353f57950f8bf5861691202b1aee782

commit a564cfcd8353f57950f8bf5861691202b1aee782
Author: John Crispin <john at phrozen.org>
AuthorDate: Wed May 9 19:55:10 2018 +0200

    kernel: fix chipidea2 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 7c41e18..0c5bb33 100644
--- a/package/kernel/linux/modules/usb.mk
+++ b/package/kernel/linux/modules/usb.mk
@@ -1536,7 +1536,7 @@ $(eval $(call KernelPackage,usb-chipidea))
 
 define KernelPackage/usb-chipidea2
   TITLE:=Host and device support for Chipidea2 controllers
-  DEPENDS:=+USB_GADGET_SUPPORT:kmod-usb-gadget @TARGET_ar71xx||TARGET_ath79 +kmod-usb-ehci +kmod-usb-phy-nop
+  DEPENDS:=+kmod-usb-chipidea
   KCONFIG:= \
 	CONFIG_EXTCON \
 	CONFIG_USB_CHIPIDEA \



More information about the lede-commits mailing list