cryptomgr needs pcomp and hash loaded in 2.6.30

SVN-Revision: 15499
master
Imre Kaloz 16 years ago
parent 8582177e73
commit 98d10636bb
  1. 3
      package/kernel/modules/crypto.mk

@ -32,9 +32,10 @@ endif
CRYPTO_MODULES = \
ALGAPI=crypto_algapi \
AEAD=aead \
PCOMPRESS=pcompress \
BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
MANAGER=cryptomgr \
HASH=crypto_hash \
MANAGER=cryptomgr \
CBC=cbc \
ECB=ecb \
DEFLATE=deflate

Loading…
Cancel
Save