mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 08:25:29 +00:00
cryptomgr needs pcomp and hash loaded in 2.6.30
SVN-Revision: 15499
This commit is contained in:
parent
8582177e73
commit
98d10636bb
@ -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…
x
Reference in New Issue
Block a user