Author: luka Date: 2016-05-11 00:51:55 +0200 (Wed, 11 May 2016) New Revision: 49366
Modified: trunk/package/kernel/linux/modules/usb.mk Log: package: kernel: Enable support for DWC2 USB on SoCFPGA This patch enables the DWC2 modules for the Altera SoCFPGA target. Signed-off-by: Marek Vasut <[email protected]> Modified: trunk/package/kernel/linux/modules/usb.mk =================================================================== --- trunk/package/kernel/linux/modules/usb.mk 2016-05-10 22:51:54 UTC (rev 49365) +++ trunk/package/kernel/linux/modules/usb.mk 2016-05-10 22:51:55 UTC (rev 49366) @@ -497,7 +497,7 @@ define KernelPackage/usb-dwc2 TITLE:=DWC2 USB controller driver - DEPENDS:=+(TARGET_brcm2708||TARGET_at91||TARGET_brcm63xx||TARGET_mxs||TARGET_imx6||TARGET_omap):kmod-usb-gadget + DEPENDS:=+(TARGET_brcm2708||TARGET_at91||TARGET_brcm63xx||TARGET_mxs||TARGET_imx6||TARGET_omap||TARGET_socfpga):kmod-usb-gadget KCONFIG:= \ CONFIG_USB_DWC2 \ CONFIG_USB_DWC2_PCI \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
