mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
linux: add missing dependency to kmod-i2c-tiny-usb
SVN-Revision: 37399
This commit is contained in:
parent
8500a3fea4
commit
a5f93fad9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue