projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d94275
)
remove an obsolete CompareKernelPatchVer call
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 12 Feb 2011 23:55:03 +0000
(23:55 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 12 Feb 2011 23:55:03 +0000
(23:55 +0000)
SVN-Revision: 25492
package/kernel/modules/crypto.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/crypto.mk
b/package/kernel/modules/crypto.mk
index 4600c67b3356825d3baa0a5bf449a47ec62c76c4..aaa9d534b226af418ccfec47ed49411d07c4a807 100644
(file)
--- a/
package/kernel/modules/crypto.mk
+++ b/
package/kernel/modules/crypto.mk
@@
-22,7
+22,7
@@
SHA256_SUFFIX:=$(CRYPTO_GENERIC)
SHA512_SUFFIX:=$(CRYPTO_GENERIC)
CRYPTO_MODULES = \
-
$(if $(filter 1,$(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.28)),ALGAPI2,ALGAPI)
=crypto_algapi \
+
ALGAPI2
=crypto_algapi \
AEAD2=aead \
$(if $(filter 1,$(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.36)),PCOMP2,PCOMP)=pcompress \
BLKCIPHER2=crypto_blkcipher \