diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2015-03-28 12:28:02 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2015-03-28 12:28:02 +0000 |
commit | 74caf0077d9e572d975ef8c9d670fd51b2ca5d06 (patch) | |
tree | 5145ade63812a6f815187ef82a8625129b906e45 /package/kernel/linux | |
parent | b872533e6808ad0b0f1d29f7b5b413fd6dda26e0 (diff) | |
download | upstream-74caf0077d9e572d975ef8c9d670fd51b2ca5d06.tar.gz upstream-74caf0077d9e572d975ef8c9d670fd51b2ca5d06.tar.bz2 upstream-74caf0077d9e572d975ef8c9d670fd51b2ca5d06.zip |
modules: fix dwc2 build breakage on mxs
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45085
Diffstat (limited to 'package/kernel/linux')
-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 7a63829a75..74d9e6f1ec 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -435,7 +435,7 @@ $(eval $(call KernelPackage,usb2-pci)) define KernelPackage/usb-dwc2 TITLE:=DWC2 USB controller driver - DEPENDS:=@!LINUX_3_10 +(TARGET_brcm2708||TARGET_at91||TARGET_brcm63xx):kmod-usb-gadget + DEPENDS:=@!LINUX_3_10 +(TARGET_brcm2708||TARGET_at91||TARGET_brcm63xx||TARGET_mxs):kmod-usb-gadget KCONFIG:= \ CONFIG_USB_DWC2 \ CONFIG_USB_DWC2_PCI \ |