[openwrt/openwrt] omap24xx: remove referece to not existing kmod-usb-musb-tusb6010

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 15 04:13:43 PST 2018


jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/497f028da1334b95bc7c7004afe4860df324cfe3

commit 497f028da1334b95bc7c7004afe4860df324cfe3
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Mon Jan 15 13:09:05 2018 +0100

    omap24xx: remove referece to not existing kmod-usb-musb-tusb6010
    
    Remove leftover reference to a not existing kmod-usb-musb-tusb6010 from
    the omap24xx target, the corresponding module is built into the kernel.
    
    Fixes: 96815fe0a2 ("kernel: remove omap24xx specific kernel module packages")
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 target/linux/omap24xx/modules.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/omap24xx/modules.mk b/target/linux/omap24xx/modules.mk
index 6a6829d..6b7e85d 100644
--- a/target/linux/omap24xx/modules.mk
+++ b/target/linux/omap24xx/modules.mk
@@ -70,7 +70,7 @@ define KernelPackage/usb-tahvo
 	CONFIG_TAHVO_USB_HOST_BY_DEFAULT=n \
 	CONFIG_USB_OHCI_HCD_OMAP1=y \
 	CONFIG_USB_GADGET_DEBUG_FS=n
-  DEPENDS:=@TARGET_omap24xx +kmod-usb-musb-tusb6010
+  DEPENDS:=@TARGET_omap24xx
   FILES:=$(LINUX_DIR)/drivers/usb/phy/phy-tahvo.ko
   AUTOLOAD:=$(call AutoLoad,45,phy-tahvo)
   $(call AddDepends/usb)



More information about the lede-commits mailing list