diff options
author | John Crispin <blogic@openwrt.org> | 2015-04-02 14:31:25 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-04-02 14:31:25 +0000 |
commit | 6dc508c503e04c3928d0baea3036b9fabb6d7c7a (patch) | |
tree | 9e50042a8f793aec643490db3997e28b0fe8aecf /package | |
parent | 94b4ee05cceb7a878f49e149ec37164bfed36277 (diff) | |
download | upstream-6dc508c503e04c3928d0baea3036b9fabb6d7c7a.tar.gz upstream-6dc508c503e04c3928d0baea3036b9fabb6d7c7a.tar.bz2 upstream-6dc508c503e04c3928d0baea3036b9fabb6d7c7a.zip |
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 <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45234 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/linux/modules/usb.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 53a0c9cd49..bfe952ff78 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -150,11 +150,11 @@ define KernelPackage/usb-phy-omap-usb2 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 |