projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a9adf4
)
kernel: fix crypto-hw-padlock dependencies
author
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 19 Jul 2013 14:44:12 +0000
(14:44 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 19 Jul 2013 14:44:12 +0000
(14:44 +0000)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37442
package/kernel/linux/modules/crypto.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index 0d5249bdc0224025630cf2a4123e768da38076b0..7b9e65db208e9cd7fdddcd42a69d8500499b8f1a 100644
(file)
--- a/
package/kernel/linux/modules/crypto.mk
+++ b/
package/kernel/linux/modules/crypto.mk
@@
-135,7
+135,7
@@
$(eval $(call KernelPackage,crypto-hw-talitos))
define KernelPackage/crypto-hw-padlock
TITLE:=VIA PadLock ACE with AES/SHA hw crypto module
- DEPENDS:=+kmod-crypto-aes
+ DEPENDS:=+kmod-crypto-aes
+kmod-crypto-manager
KCONFIG:= \
CONFIG_CRYPTO_DEV_PADLOCK \
CONFIG_CRYPTO_DEV_PADLOCK_AES \