unbreak i2c-mv64xxx dependencies
authorJohn Crispin <john@openwrt.org>
Wed, 3 Apr 2013 12:58:06 +0000 (12:58 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 3 Apr 2013 12:58:06 +0000 (12:58 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36192

package/kernel/modules/i2c.mk

index 485a6569c452bc26d2cd407aba018568a5416082..5cf929de97b9c2c747d8c829659840572d748d5d 100644 (file)
@@ -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