aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/kernel/linux/modules/crypto.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk
index 6a636fcb7f..4f9517f4f9 100644
--- 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