From 405727e10bd1bcb72aaf709e47a6d3d30cce3100 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 8 Jan 2013 22:20:21 +0000 Subject: kernel: adjust orion/kirkwood packages to also build for mvebu target Armada XP/370 boards share these hardware blocks with Orion and Kirkwood SoCs. Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35059 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/i2c.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/kernel/modules/i2c.mk') diff --git a/package/kernel/modules/i2c.mk b/package/kernel/modules/i2c.mk index 0a4982010..2ee73bfca 100644 --- a/package/kernel/modules/i2c.mk +++ b/package/kernel/modules/i2c.mk @@ -154,11 +154,11 @@ 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 +kmod-i2c-core + DEPENDS:=@TARGET_kirkwood||TARGET_orion||TARGET_mvebu +kmod-i2c-core endef define KernelPackage/i2c-mv64xxx/description - Kernel module for I2C interface on the Kirkwood and Orion + Kernel module for I2C interface on the Kirkwood, Orion and Armada XP/370 family processors. endef -- cgit v1.2.3