1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 02:48:37 +02:00

load aead after crypto_algapi

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13600 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2008-12-11 20:08:40 +00:00
parent 1f83d42b12
commit d1cbf0d738

View File

@ -56,8 +56,8 @@ define KernelPackage/crypto-core
$(LINUX_DIR)/crypto/crypto_hash.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/crypto/cryptomgr.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,01, \
aead \
crypto_algapi \
aead \
cryptomgr \
crypto_hash \
$(BLKCIPHER_PREFIX)blkcipher \