summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-04-03 12:58:06 +0000
committerJohn Crispin <john@openwrt.org>2013-04-03 12:58:06 +0000
commit1c8d2aec18191b75cd9bf62b0aae16c927486bd7 (patch)
tree461d4d7c83bcc48fe2acd3c802152e742d2161d5
parent8baf097b840c2c5810601b05b59eae8e1c700f92 (diff)
downloadmaster-31e0f0ae-1c8d2aec18191b75cd9bf62b0aae16c927486bd7.tar.gz
master-31e0f0ae-1c8d2aec18191b75cd9bf62b0aae16c927486bd7.tar.bz2
master-31e0f0ae-1c8d2aec18191b75cd9bf62b0aae16c927486bd7.zip
unbreak i2c-mv64xxx dependencies
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36192
-rw-r--r--package/kernel/modules/i2c.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/i2c.mk b/package/kernel/modules/i2c.mk
index 485a6569c4..5cf929de97 100644
--- a/package/kernel/modules/i2c.mk
+++ b/package/kernel/modules/i2c.mk
@@ -138,7 +138,7 @@ I2C_MV64XXX_MODULES:=\
define KernelPackage/i2c-mv64xxx
$(call i2c_defaults,$(I2C_MV64XXX_MODULES),59)
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
define KernelPackage/i2c-mv64xxx/description