projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d0c3ce
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25492
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/crypto.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/crypto.mk
b/package/kernel/modules/crypto.mk
index
4600c67
..
aaa9d53
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 \