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:
ddda8a0
)
load crypto_blkcipher before cryptomgr.. *sigh*
author
Imre Kaloz
<kaloz@openwrt.org>
Thu, 11 Dec 2008 20:48:17 +0000
(20:48 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Thu, 11 Dec 2008 20:48:17 +0000
(20:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13603
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
ebef3b8
..
26d0717
100644
(file)
--- a/
package/kernel/modules/crypto.mk
+++ b/
package/kernel/modules/crypto.mk
@@
-58,9
+58,9
@@
define KernelPackage/crypto-core
AUTOLOAD:=$(call AutoLoad,01, \
crypto_algapi \
aead \
+ $(BLKCIPHER_PREFIX)blkcipher \
cryptomgr \
crypto_hash \
- $(BLKCIPHER_PREFIX)blkcipher \
cbc \
ecb \
deflate \