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:
300ebe9
)
kernel: fix crypto-hw-padlock dependencies
author
Hauke Mehrtens
<hauke@openwrt.org>
Fri, 19 Jul 2013 14:44:12 +0000
(14:44 +0000)
committer
Hauke Mehrtens
<hauke@openwrt.org>
Fri, 19 Jul 2013 14:44:12 +0000
(14:44 +0000)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37442
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
0d5249b
..
7b9e65d
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 \