Fix kernel crypto modules for >= 2.6.36

SVN-Revision: 23026
v19.07.3_mercusys_ac12_duma
Michael Büsch 14 years ago
parent f3dd8278bb
commit 393c83514b

@ -22,9 +22,9 @@ SHA256_SUFFIX:=$(CRYPTO_GENERIC)
SHA512_SUFFIX:=$(CRYPTO_GENERIC)
CRYPTO_MODULES = \
ALGAPI=crypto_algapi \
$(if $(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.36)),ALGAPI2,ALGAPI)=crypto_algapi \
AEAD2=aead \
PCOMP=pcompress \
$(if $(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.36)),PCOMP2,PCOMP)=pcompress \
BLKCIPHER2=crypto_blkcipher \
HASH2=crypto_hash \
MANAGER2=cryptomgr \

Loading…
Cancel
Save