1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-11 01:06:23 +02:00

kernel: fix chipidea module dependencies

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin 2017-01-20 06:38:59 +01:00
parent 2bc647e015
commit 54e980aa36

View File

@ -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 \