diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/crypto.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index cb8d0256ec..78a8a19fbf 100644 --- a/package/kernel/modules/crypto.mk +++ b/package/kernel/modules/crypto.mk @@ -32,7 +32,7 @@ endif CRYPTO_MODULES = \ ALGAPI=crypto_algapi \ AEAD=aead \ - PCOMPRESS=pcompress \ + $(if $(LINUX_2_6_30),PCOMPRESS=pcompress) \ BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \ HASH=crypto_hash \ MANAGER=cryptomgr \ |