kmod-crypto: remove pcomp, nothing uses it
authorFelix Fietkau <nbd@openwrt.org>
Thu, 24 Feb 2011 00:30:13 +0000 (00:30 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 24 Feb 2011 00:30:13 +0000 (00:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25686 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/modules/crypto.mk

index d17e9c6..cd91332 100644 (file)
@@ -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 \