mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: fix kmod-usb2-omap usb module
CONFIG_MFD_OMAP_USB_HOST is needed for working USB on BeagleBoard tested on BeagleBoard C4 (EBVBeagle) Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45236 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
412cc3f997
commit
2baa80ca88
@ -389,7 +389,9 @@ $(eval $(call KernelPackage,usb2-fsl))
|
||||
define KernelPackage/usb2-omap
|
||||
TITLE:=Support for USB2 for OMAP
|
||||
DEPENDS:=@TARGET_omap +kmod-usb-phy-nop +kmod-usb-phy-am335x +kmod-usb2
|
||||
KCONFIG:=CONFIG_USB_EHCI_HCD_OMAP
|
||||
KCONFIG:=\
|
||||
CONFIG_MFD_OMAP_USB_HOST=y \
|
||||
CONFIG_USB_EHCI_HCD_OMAP
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-omap.ko
|
||||
AUTOLOAD:=$(call AutoLoad,39,ehci-omap)
|
||||
$(call AddDepends/usb)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user