Author: hauke Date: 2015-11-21 18:40:46 +0100 (Sat, 21 Nov 2015) New Revision: 47551
Modified: trunk/package/kernel/linux/modules/usb.mk Log: kernel: make kmod-usb-dwc2 depend on kmod-usb-gadget on omap target This dependency is missing for the omap target. Signed-off-by: Hauke Mehrtens <[email protected]> Modified: trunk/package/kernel/linux/modules/usb.mk =================================================================== --- trunk/package/kernel/linux/modules/usb.mk 2015-11-21 17:36:31 UTC (rev 47550) +++ trunk/package/kernel/linux/modules/usb.mk 2015-11-21 17:40:46 UTC (rev 47551) @@ -476,7 +476,7 @@ define KernelPackage/usb-dwc2 TITLE:=DWC2 USB controller driver - DEPENDS:=+(TARGET_brcm2708||TARGET_at91||TARGET_brcm63xx||TARGET_mxs||TARGET_imx6):kmod-usb-gadget + DEPENDS:=+(TARGET_brcm2708||TARGET_at91||TARGET_brcm63xx||TARGET_mxs||TARGET_imx6||TARGET_omap):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
