kernel/modules: kmod-crypto-manager: depend on kmod-crypto-aead
SVN-Revision: 43831
This commit is contained in:
parent
2203f4d6e0
commit
17da922e22
1 changed files with 1 additions and 3 deletions
|
@ -12,7 +12,6 @@ CRYPTO_MODULES = \
|
||||||
BLKCIPHER2=crypto_blkcipher
|
BLKCIPHER2=crypto_blkcipher
|
||||||
|
|
||||||
CRYPTOMGR_MODULES = \
|
CRYPTOMGR_MODULES = \
|
||||||
AEAD2=aead \
|
|
||||||
MANAGER2=cryptomgr
|
MANAGER2=cryptomgr
|
||||||
|
|
||||||
crypto_confvar=CONFIG_CRYPTO_$(word 1,$(subst =,$(space),$(1)))
|
crypto_confvar=CONFIG_CRYPTO_$(word 1,$(subst =,$(space),$(1)))
|
||||||
|
@ -65,9 +64,8 @@ $(eval $(call KernelPackage,crypto-hash))
|
||||||
|
|
||||||
define KernelPackage/crypto-manager
|
define KernelPackage/crypto-manager
|
||||||
TITLE:=CryptoAPI algorithm manager
|
TITLE:=CryptoAPI algorithm manager
|
||||||
DEPENDS:=+kmod-crypto-hash +kmod-crypto-pcompress
|
DEPENDS:=+kmod-crypto-aead +kmod-crypto-hash +kmod-crypto-pcompress
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_CRYPTO_AEAD \
|
|
||||||
CONFIG_CRYPTO_MANAGER \
|
CONFIG_CRYPTO_MANAGER \
|
||||||
$(foreach mod,$(CRYPTOMGR_MODULES),$(call crypto_confvar,$(mod)))
|
$(foreach mod,$(CRYPTOMGR_MODULES),$(call crypto_confvar,$(mod)))
|
||||||
FILES:=$(foreach mod,$(CRYPTOMGR_MODULES),$(call crypto_file,$(mod)))
|
FILES:=$(foreach mod,$(CRYPTOMGR_MODULES),$(call crypto_file,$(mod)))
|
||||||
|
|
Loading…
Reference in a new issue