diff options
author | John Crispin <john@phrozen.org> | 2017-01-20 06:38:59 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-01-20 06:43:13 +0100 |
commit | 54e980aa36522de91ba8c4a187cbaef8be6c710a (patch) | |
tree | 1fb3eaa851edfc26921e461be6c35a8d23576dcc /package/kernel | |
parent | 2bc647e015d3877735fb4526a4f8f9c594b0a0fc (diff) | |
download | upstream-54e980aa36522de91ba8c4a187cbaef8be6c710a.tar.gz upstream-54e980aa36522de91ba8c4a187cbaef8be6c710a.tar.bz2 upstream-54e980aa36522de91ba8c4a187cbaef8be6c710a.zip |
kernel: fix chipidea module dependencies
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/kernel')
-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 2e449318ba..6be8a2aa86 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -1377,7 +1377,7 @@ $(eval $(call KernelPackage,usbip-server)) define KernelPackage/usb-chipidea TITLE:=Host and device support for Chipidea controllers - DEPENDS:=+USB_GADGET_SUPPORT:kmod-usb-gadget + DEPENDS:=+USB_GADGET_SUPPORT:kmod-usb-gadget @TARGET_ar71xx +kmod-usb2 KCONFIG:= \ CONFIG_NOP_USB_XCEIV=y \ CONFIG_EXTCON \ |