aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/i2c.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-01-08 22:20:21 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-01-08 22:20:21 +0000
commit85fbe13cf55745dc63553fa9cc06590521df42d3 (patch)
treefd08083727845a5fd5c8ecd460f66b9a54bec14b /package/kernel/modules/i2c.mk
parent25475a095ec71f55826a5864e78e09c27031f179 (diff)
downloadupstream-85fbe13cf55745dc63553fa9cc06590521df42d3.tar.gz
upstream-85fbe13cf55745dc63553fa9cc06590521df42d3.tar.bz2
upstream-85fbe13cf55745dc63553fa9cc06590521df42d3.zip
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 <florian@openwrt.org> SVN-Revision: 35059
Diffstat (limited to 'package/kernel/modules/i2c.mk')
-rw-r--r--package/kernel/modules/i2c.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/i2c.mk b/package/kernel/modules/i2c.mk
index 0a4982010c..2ee73bfca9 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