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:
626571f
)
imx23: add back the missing imx23 target dependency
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Jul 2013 17:26:46 +0000
(17:26 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Jul 2013 17:26:46 +0000
(17:26 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37417
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/imx23/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/imx23/modules.mk
b/target/linux/imx23/modules.mk
index
edc4c67
..
2eb7f8a
100644
(file)
--- a/
target/linux/imx23/modules.mk
+++ b/
target/linux/imx23/modules.mk
@@
-35,7
+35,7
@@
$(eval $(call KernelPackage,wdt-stmp3xxx))
define KernelPackage/usb-chipidea-imx
TITLE:=Support for ChipIdea controllers on i.MX
- DEPENDS:=+kmod-usb-chipidea
+ DEPENDS:=+kmod-usb-chipidea
@TARGET_imx23
FILES:=\
$(LINUX_DIR)/drivers/usb/chipidea/ci13xxx_imx.ko
AUTOLOAD:=$(call AutoLoad,52,ci13xxx_imx,1)