From: Felix Fietkau Date: Thu, 24 Feb 2011 00:30:13 +0000 (+0000) Subject: kmod-crypto: remove pcomp, nothing uses it X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b1b89bf646eea345b4e3f4fe2c0bd241b15c1130;p=librecmc%2Flibrecmc.git kmod-crypto: remove pcomp, nothing uses it SVN-Revision: 25686 --- diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index d17e9c6c2c..cd91332700 100644 --- a/package/kernel/modules/crypto.mk +++ b/package/kernel/modules/crypto.mk @@ -24,7 +24,6 @@ SHA512_SUFFIX:=$(CRYPTO_GENERIC) CRYPTO_MODULES = \ ALGAPI2=crypto_algapi \ AEAD2=aead \ - $(if $(filter 1,$(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.36)),PCOMP2,PCOMP)=pcompress \ BLKCIPHER2=crypto_blkcipher \ HASH2=crypto_hash \ MANAGER2=cryptomgr \