projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[include] adept netfilter.mk to updated imq
[openwrt.git]
/
package
/
kernel
/
modules
/
crypto.mk
diff --git
a/package/kernel/modules/crypto.mk
b/package/kernel/modules/crypto.mk
index
9e03aeb
..
78a8a19
100644
(file)
--- a/
package/kernel/modules/crypto.mk
+++ b/
package/kernel/modules/crypto.mk
@@
-32,9
+32,10
@@
endif
CRYPTO_MODULES = \
ALGAPI=crypto_algapi \
AEAD=aead \
+ $(if $(LINUX_2_6_30),PCOMPRESS=pcompress) \
BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
- MANAGER=cryptomgr \
HASH=crypto_hash \
+ MANAGER=cryptomgr \
CBC=cbc \
ECB=ecb \
DEFLATE=deflate
This page took
0.025645 seconds
and
4
git commands to generate.