[package] kernel: mask pcompress.ko crypto module for non-2.6.30 kernels
[openwrt.git] / package / kernel / modules / crypto.mk
index cb8d025..78a8a19 100644 (file)
@@ -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 \