projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50b6907
)
kernel: kmod-crypto-iv depends on kmod-crypto-manager Add a missing dependency to...
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 24 May 2011 09:14:35 +0000
(09:14 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 24 May 2011 09:14:35 +0000
(09:14 +0000)
Signed-off-by: Lars Hjersted <lars@hjersted.com>
SVN-Revision: 26984
package/kernel/modules/crypto.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/crypto.mk
b/package/kernel/modules/crypto.mk
index ab67b930a508c4060330b102e1a706c6019c4c43..af9b5e27340fa0e945842be60d9c24fabba8d7d3 100644
(file)
--- a/
package/kernel/modules/crypto.mk
+++ b/
package/kernel/modules/crypto.mk
@@
-84,7
+84,7
@@
$(eval $(call KernelPackage,crypto-rng))
define KernelPackage/crypto-iv
TITLE:=CryptoAPI initialization vectors
- DEPENDS:=+kmod-crypto-rng +kmod-crypto-wq
+ DEPENDS:=+kmod-crypto-
manager +kmod-crypto-
rng +kmod-crypto-wq
KCONFIG:= CONFIG_CRYPTO_BLKCIPHER2
FILES:= \
$(LINUX_DIR)/crypto/eseqiv.ko \