diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-24 00:30:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-24 00:30:13 +0000 |
commit | b1b89bf646eea345b4e3f4fe2c0bd241b15c1130 (patch) | |
tree | 25bacf4204341fc890c6d575c0dddb33cc789ce0 /package | |
parent | 2bcc7fb12b654b8a126cdb662f78ff02876e50ef (diff) | |
download | upstream-b1b89bf646eea345b4e3f4fe2c0bd241b15c1130.tar.gz upstream-b1b89bf646eea345b4e3f4fe2c0bd241b15c1130.tar.bz2 upstream-b1b89bf646eea345b4e3f4fe2c0bd241b15c1130.zip |
kmod-crypto: remove pcomp, nothing uses it
SVN-Revision: 25686
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/crypto.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |