mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 11:30:37 +00:00
kernel: fix USB on mpc85xx (#21689)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48525
This commit is contained in:
parent
02ba90c228
commit
305e8b724a
@ -367,9 +367,11 @@ define KernelPackage/usb2-fsl
|
|||||||
DEPENDS:=@TARGET_mpc85xx
|
DEPENDS:=@TARGET_mpc85xx
|
||||||
KCONFIG:=\
|
KCONFIG:=\
|
||||||
CONFIG_USB_FSL_MPH_DR_OF \
|
CONFIG_USB_FSL_MPH_DR_OF \
|
||||||
CONFIG_USB_EHCI_FSL=y
|
CONFIG_USB_EHCI_FSL
|
||||||
FILES:=$(LINUX_DIR)/drivers/usb/host/fsl-mph-dr-of.ko
|
FILES:= \
|
||||||
AUTOLOAD:=$(call AutoLoad,39,fsl-mph-dr-of,1)
|
$(LINUX_DIR)/drivers/usb/host/ehci-fsl.ko \
|
||||||
|
$(LINUX_DIR)/drivers/usb/host/fsl-mph-dr-of.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,39,ehci-fsl fsl-mph-dr-of,1)
|
||||||
$(call AddDepends/usb)
|
$(call AddDepends/usb)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user