Fix kernel crypto modules for >= 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23026 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
6be00316a1
commit
e1b618fafb
|
@ -22,9 +22,9 @@ SHA256_SUFFIX:=$(CRYPTO_GENERIC)
|
||||||
SHA512_SUFFIX:=$(CRYPTO_GENERIC)
|
SHA512_SUFFIX:=$(CRYPTO_GENERIC)
|
||||||
|
|
||||||
CRYPTO_MODULES = \
|
CRYPTO_MODULES = \
|
||||||
ALGAPI=crypto_algapi \
|
$(if $(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.36)),ALGAPI2,ALGAPI)=crypto_algapi \
|
||||||
AEAD2=aead \
|
AEAD2=aead \
|
||||||
PCOMP=pcompress \
|
$(if $(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.36)),PCOMP2,PCOMP)=pcompress \
|
||||||
BLKCIPHER2=crypto_blkcipher \
|
BLKCIPHER2=crypto_blkcipher \
|
||||||
HASH2=crypto_hash \
|
HASH2=crypto_hash \
|
||||||
MANAGER2=cryptomgr \
|
MANAGER2=cryptomgr \
|
||||||
|
|
Loading…
Reference in New Issue