cryptomgr needs pcomp and hash loaded in 2.6.30
[openwrt.git] / package / kernel / modules / crypto.mk
index 5edf5f1..cb8d025 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id$
 
 CRYPTO_MENU:=Cryptographic API modules
 
@@ -33,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
This page took 0.026722 seconds and 4 git commands to generate.