From: nbd Date: Sun, 21 Jul 2013 08:20:01 +0000 (+0000) Subject: kernel: fix kmod-crypto-hw-ppc4xx dependencies X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=e755f9a9c860bed614ca0035617153ee655379e8 kernel: fix kmod-crypto-hw-ppc4xx dependencies Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37488 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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