Author: blogic Date: 2015-04-02 16:31:25 +0200 (Thu, 02 Apr 2015) New Revision: 45234
Modified: trunk/package/kernel/linux/modules/usb.mk Log: kernel: fix kmod-usb-phy-omap-usb2 upstream change in Kernel 3.18 commit: "phy: rename struct omap_control_usb to struct omap_control_phy" 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:15 UTC (rev 45233) +++ trunk/package/kernel/linux/modules/usb.mk 2015-04-02 14:31:25 UTC (rev 45234) @@ -150,11 +150,11 @@ TITLE:=Support for OMAP2 USB PHY KCONFIG:= \ CONFIG_OMAP_USB2 \ - CONFIG_OMAP_CONTROL_USB + CONFIG_OMAP_CONTROL_PHY DEPENDS:=@TARGET_omap FILES:= \ $(LINUX_DIR)/drivers/phy/phy-omap-usb2.ko \ - $(LINUX_DIR)/drivers/usb/phy/phy-omap-control.ko + $(LINUX_DIR)/drivers/phy/phy-omap-control.ko AUTOLOAD:=$(call AutoLoad,45,phy-omap-control phy-omap-usb2) $(call AddDepends/usb) endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
