summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin2018-05-09 17:55:10 +0000
committerJohn Crispin2018-05-09 17:55:10 +0000
commita564cfcd8353f57950f8bf5861691202b1aee782 (patch)
treeca8cd27d3bf3783e41d5a7981b6a77e6fbd65e1a
parent419238fdb3d9847a431d82e809269dda97ceb48d (diff)
downloadopenwrt-a564cfcd8353f57950f8bf5861691202b1aee782.tar.gz
kernel: fix chipidea2 dependencies
Signed-off-by: John Crispin <john@phrozen.org>
-rw-r--r--package/kernel/linux/modules/usb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
index 7c41e18fd9..0c5bb33f38 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 \