diff options
author | John Crispin <john@phrozen.org> | 2018-05-09 19:55:10 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-09 19:55:10 +0200 |
commit | a564cfcd8353f57950f8bf5861691202b1aee782 (patch) | |
tree | ca8cd27d3bf3783e41d5a7981b6a77e6fbd65e1a /package | |
parent | 419238fdb3d9847a431d82e809269dda97ceb48d (diff) | |
download | upstream-a564cfcd8353f57950f8bf5861691202b1aee782.tar.gz upstream-a564cfcd8353f57950f8bf5861691202b1aee782.tar.bz2 upstream-a564cfcd8353f57950f8bf5861691202b1aee782.zip |
kernel: fix chipidea2 dependencies
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/linux/modules/usb.mk | 2 |
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 \ |