mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
Fix compilation of crypto modules.
This fixes #7920 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23028 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0748f97856
commit
c03c029dae
@ -22,9 +22,9 @@ SHA256_SUFFIX:=$(CRYPTO_GENERIC)
|
||||
SHA512_SUFFIX:=$(CRYPTO_GENERIC)
|
||||
|
||||
CRYPTO_MODULES = \
|
||||
$(if $(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.36)),ALGAPI2,ALGAPI)=crypto_algapi \
|
||||
$(if $(filter 1,$(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.28)),ALGAPI2,ALGAPI)=crypto_algapi \
|
||||
AEAD2=aead \
|
||||
$(if $(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.36)),PCOMP2,PCOMP)=pcompress \
|
||||
$(if $(filter 1,$(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.36)),PCOMP2,PCOMP)=pcompress \
|
||||
BLKCIPHER2=crypto_blkcipher \
|
||||
HASH2=crypto_hash \
|
||||
MANAGER2=cryptomgr \
|
||||
|
Loading…
Reference in New Issue
Block a user