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@mein.io>
This commit is contained in:
parent
4e48230954
commit
497f028da1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue