aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/i2c.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-07-18 13:57:40 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-07-18 13:57:40 +0000
commit410ffc8c219ff2c1f2a5cdffe7ab64115869c80f (patch)
treef7a4d663bdc6c891f343ae12913713d671bcf66b /package/kernel/linux/modules/i2c.mk
parent08e033235bb60cd0f75ebc7ce009290caa035b3e (diff)
downloadmaster-187ad058-410ffc8c219ff2c1f2a5cdffe7ab64115869c80f.tar.gz
master-187ad058-410ffc8c219ff2c1f2a5cdffe7ab64115869c80f.tar.bz2
master-187ad058-410ffc8c219ff2c1f2a5cdffe7ab64115869c80f.zip
linux: add missing dependency to kmod-i2c-tiny-usb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37399 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux/modules/i2c.mk')
-rw-r--r--package/kernel/linux/modules/i2c.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/i2c.mk b/package/kernel/linux/modules/i2c.mk
index 077296541a..7af5f5f4a1 100644
--- 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