From: Florian Fainelli Date: Mon, 14 Jan 2013 17:03:45 +0000 (+0000) Subject: kernel: avoid recursive dependency caused by kmod-i2c-mv64xxx X-Git-Tag: reboot~11592 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=10ef67ed219f43aac48596307a76fe321e74bb01 kernel: avoid recursive dependency caused by kmod-i2c-mv64xxx Signed-off-by: Florian Fainelli SVN-Revision: 35157 --- diff --git a/package/kernel/modules/i2c.mk b/package/kernel/modules/i2c.mk index df34bbf835..e1adafdb0c 100644 --- a/package/kernel/modules/i2c.mk +++ b/package/kernel/modules/i2c.mk @@ -154,7 +154,8 @@ 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 +kmod-i2c-core TARGET_mvebu:kmod-of-i2c + DEPENDS:=@TARGET_kirkwood||TARGET_orion||TARGET_mvebu (TARGET_kirkwood||TARGET_orion):kmod-i2c-core \ + TARGET_mvebu:kmod-of-i2c endef define KernelPackage/i2c-mv64xxx/description