mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 19:13:20 +02:00
cryptomgr needs pcomp and hash loaded in 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15499 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7943fcac9d
commit
4d350e7f39
@ -32,9 +32,10 @@ endif
|
|||||||
CRYPTO_MODULES = \
|
CRYPTO_MODULES = \
|
||||||
ALGAPI=crypto_algapi \
|
ALGAPI=crypto_algapi \
|
||||||
AEAD=aead \
|
AEAD=aead \
|
||||||
|
PCOMPRESS=pcompress \
|
||||||
BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
|
BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
|
||||||
MANAGER=cryptomgr \
|
|
||||||
HASH=crypto_hash \
|
HASH=crypto_hash \
|
||||||
|
MANAGER=cryptomgr \
|
||||||
CBC=cbc \
|
CBC=cbc \
|
||||||
ECB=ecb \
|
ECB=ecb \
|
||||||
DEFLATE=deflate
|
DEFLATE=deflate
|
||||||
|
Loading…
Reference in New Issue
Block a user