* add missing aes dependency to mv_cesa
Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 26920
This commit is contained in:
parent
dfc19a34b4
commit
8c2de891a9
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ $(eval $(call KernelPackage,crypto-xts))
|
|||
|
||||
define KernelPackage/crypto-mv-cesa
|
||||
TITLE:=Marvell crypto engine
|
||||
DEPENDS:=+kmod-crypto-manager @TARGET_kirkwood||TARGET_orion
|
||||
DEPENDS:=+kmod-crypto-manager +kmod-crypto-aes @TARGET_kirkwood||TARGET_orion
|
||||
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
|
||||
FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
|
||||
AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
|
||||
|
|
Loading…
Reference in a new issue