mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
fix kmod-crypto-core error missing crypto_hash (closes: #2422)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9004 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
48e6e98d6c
commit
642998b556
@ -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