projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4025c12
)
load aead automatically, too
author
Imre Kaloz
<kaloz@openwrt.org>
Thu, 11 Dec 2008 10:10:08 +0000
(10:10 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Thu, 11 Dec 2008 10:10:08 +0000
(10:10 +0000)
SVN-Revision: 13590
package/kernel/modules/crypto.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/crypto.mk
b/package/kernel/modules/crypto.mk
index 860eeed145dcd7c1b91a609f6c0f4d49f6a236b9..daf94de540f83983086ae8cb7a0650bb4d742e9c 100644
(file)
--- a/
package/kernel/modules/crypto.mk
+++ b/
package/kernel/modules/crypto.mk
@@
-56,6
+56,7
@@
define KernelPackage/crypto-core
$(LINUX_DIR)/crypto/crypto_hash.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/crypto/cryptomgr.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,01, \
+ aead \
crypto_algapi \
cryptomgr \
crypto_hash \