diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-07-18 13:57:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-07-18 13:57:40 +0000 |
commit | 410ffc8c219ff2c1f2a5cdffe7ab64115869c80f (patch) | |
tree | f7a4d663bdc6c891f343ae12913713d671bcf66b | |
parent | 08e033235bb60cd0f75ebc7ce009290caa035b3e (diff) | |
download | upstream-410ffc8c219ff2c1f2a5cdffe7ab64115869c80f.tar.gz upstream-410ffc8c219ff2c1f2a5cdffe7ab64115869c80f.tar.bz2 upstream-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
-rw-r--r-- | package/kernel/linux/modules/i2c.mk | 2 |
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 |