Author: blogic Date: 2015-04-02 16:31:44 +0200 (Thu, 02 Apr 2015) New Revision: 45236
Modified: trunk/package/kernel/linux/modules/usb.mk Log: kernel: fix kmod-usb2-omap usb module CONFIG_MFD_OMAP_USB_HOST is needed for working USB on BeagleBoard tested on BeagleBoard C4 (EBVBeagle) Signed-off-by: Dirk Neukirchen <[email protected]> Modified: trunk/package/kernel/linux/modules/usb.mk =================================================================== --- trunk/package/kernel/linux/modules/usb.mk 2015-04-02 14:31:32 UTC (rev 45235) +++ trunk/package/kernel/linux/modules/usb.mk 2015-04-02 14:31:44 UTC (rev 45236) @@ -389,7 +389,9 @@ define KernelPackage/usb2-omap TITLE:=Support for USB2 for OMAP DEPENDS:=@TARGET_omap +kmod-usb-phy-nop +kmod-usb-phy-am335x +kmod-usb2 - KCONFIG:=CONFIG_USB_EHCI_HCD_OMAP + KCONFIG:=\ + CONFIG_MFD_OMAP_USB_HOST=y \ + CONFIG_USB_EHCI_HCD_OMAP FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-omap.ko AUTOLOAD:=$(call AutoLoad,39,ehci-omap) $(call AddDepends/usb) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
