mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
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
@ -70,7 +70,7 @@ define KernelPackage/usb-tahvo
|
|||||||
CONFIG_TAHVO_USB_HOST_BY_DEFAULT=n \
|
CONFIG_TAHVO_USB_HOST_BY_DEFAULT=n \
|
||||||
CONFIG_USB_OHCI_HCD_OMAP1=y \
|
CONFIG_USB_OHCI_HCD_OMAP1=y \
|
||||||
CONFIG_USB_GADGET_DEBUG_FS=n
|
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
|
FILES:=$(LINUX_DIR)/drivers/usb/phy/phy-tahvo.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,45,phy-tahvo)
|
AUTOLOAD:=$(call AutoLoad,45,phy-tahvo)
|
||||||
$(call AddDepends/usb)
|
$(call AddDepends/usb)
|
||||||
|
Loading…
Reference in New Issue
Block a user