summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2018-05-09 19:55:10 +0200
committerJohn Crispin <john@phrozen.org>2018-05-09 19:55:10 +0200
commita564cfcd8353f57950f8bf5861691202b1aee782 (patch)
treeca8cd27d3bf3783e41d5a7981b6a77e6fbd65e1a /package
parent419238fdb3d9847a431d82e809269dda97ceb48d (diff)
downloadmtk-20170518-a564cfcd8353f57950f8bf5861691202b1aee782.zip
mtk-20170518-a564cfcd8353f57950f8bf5861691202b1aee782.tar.gz
mtk-20170518-a564cfcd8353f57950f8bf5861691202b1aee782.tar.bz2
kernel: fix chipidea2 dependencies
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package')
-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 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 \