fix kmod-crypto-core error missing crypto_hash (closes: #2422)
SVN-Revision: 9004
This commit is contained in:
parent
18a31a88bb
commit
c4049c01ab
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
|
||||
CRYPTO_MENU:=Cryptographic API modules
|
||||
|
||||
# XXX: added CONFIG_CRYPTO_HMAC to KCONFIG so that CONFIG_CRYPTO_HASH is
|
||||
# always set, even if no hash modules are selected
|
||||
define KernelPackage/crypto-core
|
||||
SUBMENU:=$(CRYPTO_MENU)
|
||||
TITLE:=Core CryptoAPI modules
|
||||
|
@ -19,6 +21,7 @@ define KernelPackage/crypto-core
|
|||
CONFIG_CRYPTO_DEFLATE \
|
||||
CONFIG_CRYPTO_ECB \
|
||||
CONFIG_CRYPTO_HASH \
|
||||
CONFIG_CRYPTO_HMAC \
|
||||
CONFIG_CRYPTO_MANAGER
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/crypto/crypto_algapi.$(LINUX_KMOD_SUFFIX) \
|
||||
|
|
Loading…
Reference in a new issue