mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
fix kmod-crypto-core error missing crypto_hash (closes: #2422)
SVN-Revision: 9004
This commit is contained in:
parent
18a31a88bb
commit
c4049c01ab
@ -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 New Issue
Block a user