diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-02-10 15:29:11 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-02-10 15:29:11 +0000 |
commit | 3a347e3b2a07e6eabc7741b9c9f44ffd70523a5a (patch) | |
tree | 0cdcc10cefe49a2c5f159a40efa54fc7a400dd8e /package/kernel | |
parent | 7b844260fa0049d349a0032f7cf1e67d6285db8b (diff) | |
download | mtk-20170518-3a347e3b2a07e6eabc7741b9c9f44ffd70523a5a.zip mtk-20170518-3a347e3b2a07e6eabc7741b9c9f44ffd70523a5a.tar.gz mtk-20170518-3a347e3b2a07e6eabc7741b9c9f44ffd70523a5a.tar.bz2 |
phy-omap-control.ko is already part of a different package
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39560
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/linux/modules/usb.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 37f7fc8..d8b0d75 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -72,7 +72,6 @@ define KernelPackage/usb-musb-platformglue CONFIG_USB_MUSB_UX500=n DEPENDS:=@TARGET_omap +kmod-usb-phy-nop +kmod-usb-musb-hdrc +kmod-usb-phy-am335x FILES:= \ - $(LINUX_DIR)/drivers/usb/phy/phy-omap-control.ko \ $(LINUX_DIR)/drivers/usb/musb/musb_dsps.ko \ $(LINUX_DIR)/drivers/usb/musb/musb_am335x.ko AUTOLOAD:=$(call AutoLoad,45,phy-omap-control musb_dsps musb_am335x) |