mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-23 02:12:52 +00:00
load aead after crypto_algapi
SVN-Revision: 13600
This commit is contained in:
parent
6a824dce3b
commit
37ddee74a1
@ -56,8 +56,8 @@ define KernelPackage/crypto-core
|
|||||||
$(LINUX_DIR)/crypto/crypto_hash.$(LINUX_KMOD_SUFFIX) \
|
$(LINUX_DIR)/crypto/crypto_hash.$(LINUX_KMOD_SUFFIX) \
|
||||||
$(LINUX_DIR)/crypto/cryptomgr.$(LINUX_KMOD_SUFFIX)
|
$(LINUX_DIR)/crypto/cryptomgr.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,01, \
|
AUTOLOAD:=$(call AutoLoad,01, \
|
||||||
aead \
|
|
||||||
crypto_algapi \
|
crypto_algapi \
|
||||||
|
aead \
|
||||||
cryptomgr \
|
cryptomgr \
|
||||||
crypto_hash \
|
crypto_hash \
|
||||||
$(BLKCIPHER_PREFIX)blkcipher \
|
$(BLKCIPHER_PREFIX)blkcipher \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user