diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-01-08 22:20:21 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-01-08 22:20:21 +0000 |
commit | 85fbe13cf55745dc63553fa9cc06590521df42d3 (patch) | |
tree | fd08083727845a5fd5c8ecd460f66b9a54bec14b /package/kernel/modules/crypto.mk | |
parent | 25475a095ec71f55826a5864e78e09c27031f179 (diff) | |
download | upstream-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/crypto.mk')
-rw-r--r-- | package/kernel/modules/crypto.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 02e3f68b0c..221b5a0e4e 100644 --- a/package/kernel/modules/crypto.mk +++ b/package/kernel/modules/crypto.mk @@ -486,7 +486,7 @@ $(eval $(call KernelPackage,crypto-xts)) define KernelPackage/crypto-mv-cesa TITLE:=Marvell crypto engine - DEPENDS:=+kmod-crypto-manager +kmod-crypto-aes @TARGET_kirkwood||TARGET_orion + DEPENDS:=+kmod-crypto-manager +kmod-crypto-aes @TARGET_kirkwood||TARGET_orion||TARGET_mvebu KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko AUTOLOAD:=$(call AutoLoad,09,mv_cesa) |