1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00

kmod-crypto: remove pcomp, nothing uses it

SVN-Revision: 25686
This commit is contained in:
Felix Fietkau 2011-02-24 00:30:13 +00:00
parent 2bcc7fb12b
commit b1b89bf646

@ -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 \