mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-07 08:37:29 +03:00
load crypto_blkcipher before cryptomgr.. *sigh*
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13603 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9eba705f93
commit
4cd56b6fb7
@ -58,9 +58,9 @@ define KernelPackage/crypto-core
|
|||||||
AUTOLOAD:=$(call AutoLoad,01, \
|
AUTOLOAD:=$(call AutoLoad,01, \
|
||||||
crypto_algapi \
|
crypto_algapi \
|
||||||
aead \
|
aead \
|
||||||
|
$(BLKCIPHER_PREFIX)blkcipher \
|
||||||
cryptomgr \
|
cryptomgr \
|
||||||
crypto_hash \
|
crypto_hash \
|
||||||
$(BLKCIPHER_PREFIX)blkcipher \
|
|
||||||
cbc \
|
cbc \
|
||||||
ecb \
|
ecb \
|
||||||
deflate \
|
deflate \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user