mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 18:34:53 +00:00
kernel: fix kmod-usb-chipideai syntax
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37438
This commit is contained in:
parent
c12085a578
commit
d6e9934924
@ -1028,11 +1028,11 @@ $(eval $(call KernelPackage,usbip-server))
|
||||
|
||||
define KernelPackage/usb-chipidea
|
||||
TITLE:=Support for ChipIdea controllers
|
||||
DEPENDS:= +kmod-usb2
|
||||
KCONFIG:= \
|
||||
CONFIG_USB_CHIPIDEA \
|
||||
CONFIG_USB_CHIPIDEA_HOST=y \
|
||||
CONFIG_USB_CHIPIDEA_DEBUG=y
|
||||
DEPENDS:= "+kmod-usb2"
|
||||
FILES:=\
|
||||
$(LINUX_DIR)/drivers/usb/chipidea/ci_hdrc.ko
|
||||
AUTOLOAD:=$(call AutoLoad,51,ci_hdrc,1)
|
||||
|
Loading…
Reference in New Issue
Block a user