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 | 7eddc028e333cf43ee66a1e6b4da69af384c6a21 (patch) | |
tree | 2e60f0d755b79408b28e57124b773436e270e5ce /package | |
parent | 7fd298d811837b60076cb929f9b3c59d63a22840 (diff) | |
download | upstream-7eddc028e333cf43ee66a1e6b4da69af384c6a21.tar.gz upstream-7eddc028e333cf43ee66a1e6b4da69af384c6a21.tar.bz2 upstream-7eddc028e333cf43ee66a1e6b4da69af384c6a21.zip |
[usb]: phy-omap-control.ko is already part of a different package
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39560 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 37f7fc89b1..d8b0d75cd0 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) |