projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ea2878
)
kernel: fix kmod-crypto-hw-ppc4xx dependencies
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 21 Jul 2013 08:20:01 +0000
(08:20 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 21 Jul 2013 08:20:01 +0000
(08:20 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37488
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 6a636fcb7fbd56d3db6ed9f5c989bcea2913e362..4f9517f4f945f8645d199b819c4273fd2765bc62 100644
(file)
--- a/
package/kernel/linux/modules/crypto.mk
+++ b/
package/kernel/linux/modules/crypto.mk
@@
-184,7
+184,7
@@
define KernelPackage/crypto-hw-ppc4xx
CONFIG_CRYPTO_DEV_PPC4XX
FILES:=$(LINUX_DIR)/drivers/crypto/amcc/crypto4xx.ko
AUTOLOAD:=$(call AutoLoad,90,crypto4xx)
- $(call AddDepends/crypto)
+ $(call AddDepends/crypto
,+kmod-crypto-manager +kmod-crypto-hash
)
endef
define KernelPackage/crypto-hw-ppc4xx/description