linux: add missing dependency to kmod-i2c-tiny-usb

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37399 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2013-07-18 13:57:40 +00:00
parent 08e033235b
commit 410ffc8c21
1 changed files with 1 additions and 1 deletions

View File

@ -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