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:
0f9c7cb
)
cryptomgr needs pcomp and hash loaded in 2.6.30
author
Imre Kaloz
<kaloz@openwrt.org>
Wed, 29 Apr 2009 20:54:31 +0000
(20:54 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Wed, 29 Apr 2009 20:54:31 +0000
(20:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15499
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
9e03aeb
..
cb8d025
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 \
+ PCOMPRESS=pcompress \
BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
- MANAGER=cryptomgr \
HASH=crypto_hash \
+ MANAGER=cryptomgr \
CBC=cbc \
ECB=ecb \
DEFLATE=deflate