projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c3615f
)
kernel: fix kmod-usb-chipideai syntax
author
Hauke Mehrtens
<hauke@openwrt.org>
Fri, 19 Jul 2013 13:35:28 +0000
(13:35 +0000)
committer
Hauke Mehrtens
<hauke@openwrt.org>
Fri, 19 Jul 2013 13:35:28 +0000
(13:35 +0000)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37438
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/linux/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/usb.mk
b/package/kernel/linux/modules/usb.mk
index
6c17023
..
9e0c059
100644
(file)
--- a/
package/kernel/linux/modules/usb.mk
+++ b/
package/kernel/linux/modules/usb.mk
@@
-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)