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:
08e0332
)
linux: add missing dependency to kmod-i2c-tiny-usb
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 18 Jul 2013 13:57:40 +0000
(13:57 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 18 Jul 2013 13:57:40 +0000
(13:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37399
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/linux/modules/i2c.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/i2c.mk
b/package/kernel/linux/modules/i2c.mk
index
0772965
..
7af5f5f
100644
(file)
--- a/
package/kernel/linux/modules/i2c.mk
+++ b/
package/kernel/linux/modules/i2c.mk
@@
-158,7
+158,7
@@
I2C_TINY_USB_MODULES:= \
define KernelPackage/i2c-tiny-usb
$(call i2c_defaults,$(I2C_TINY_USB_MODULES),59)
TITLE:=I2C Tiny USB adaptor
- DEPENDS:=@USB_SUPPORT kmod-i2c-core
+ DEPENDS:=@USB_SUPPORT kmod-i2c-core
+kmod-usb-core
endef
define KernelPackage/i2c-tiny-usb/description