kernel: mask pcompress.ko crypto module for non-2.6.30 kernels
SVN-Revision: 15503
This commit is contained in:
parent
f6f3c4111a
commit
78f44f7c8b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ endif
|
||||||
CRYPTO_MODULES = \
|
CRYPTO_MODULES = \
|
||||||
ALGAPI=crypto_algapi \
|
ALGAPI=crypto_algapi \
|
||||||
AEAD=aead \
|
AEAD=aead \
|
||||||
PCOMPRESS=pcompress \
|
$(if $(LINUX_2_6_30),PCOMPRESS=pcompress) \
|
||||||
BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
|
BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
|
||||||
HASH=crypto_hash \
|
HASH=crypto_hash \
|
||||||
MANAGER=cryptomgr \
|
MANAGER=cryptomgr \
|
||||||
|
|
Loading…
Reference in a new issue