Skip to content
Snippets Groups Projects
Commit 1c8d2aec authored by John Crispin's avatar John Crispin
Browse files

unbreak i2c-mv64xxx dependencies


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 36192
parent 8baf097b
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ I2C_MV64XXX_MODULES:=\ ...@@ -138,7 +138,7 @@ I2C_MV64XXX_MODULES:=\
define KernelPackage/i2c-mv64xxx define KernelPackage/i2c-mv64xxx
$(call i2c_defaults,$(I2C_MV64XXX_MODULES),59) $(call i2c_defaults,$(I2C_MV64XXX_MODULES),59)
TITLE:=Orion Platform I2C interface support TITLE:=Orion Platform I2C interface support
DEPENDS:=@TARGET_kirkwood||TARGET_orion||TARGET_mvebu (TARGET_kirkwood||TARGET_orion):kmod-i2c-core DEPENDS:=@TARGET_kirkwood||TARGET_orion||TARGET_mvebu +kmod-i2c-core
endef endef
define KernelPackage/i2c-mv64xxx/description define KernelPackage/i2c-mv64xxx/description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment