From a564cfcd8353f57950f8bf5861691202b1aee782 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 9 May 2018 19:55:10 +0200 Subject: [PATCH] kernel: fix chipidea2 dependencies Signed-off-by: John Crispin --- 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 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 \ -- 2.30.2