1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:06:22 +03:00

add missing =y

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33988 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2012-10-29 10:12:47 +00:00
parent 30663ebf33
commit 5f33493272

View File

@ -120,7 +120,7 @@ define KernelPackage/usb2
CONFIG_USB_EHCI_RT3883=y \
CONFIG_USB_OCTEON_EHCI=y \
CONFIG_USB_EHCI_FSL=n \
CONFIG_USB_EHCI_HCD_PLATFORM
CONFIG_USB_EHCI_HCD_PLATFORM=y
FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.ko
AUTOLOAD:=$(call AutoLoad,40,ehci-hcd,1)
$(call AddDepends/usb)