kernel: fix kmod-crypto-hw-ppc4xx dependencies
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37488
This commit is contained in:
parent
2ea287816c
commit
c493e45058
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ define KernelPackage/crypto-hw-ppc4xx
|
||||||
CONFIG_CRYPTO_DEV_PPC4XX
|
CONFIG_CRYPTO_DEV_PPC4XX
|
||||||
FILES:=$(LINUX_DIR)/drivers/crypto/amcc/crypto4xx.ko
|
FILES:=$(LINUX_DIR)/drivers/crypto/amcc/crypto4xx.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,90,crypto4xx)
|
AUTOLOAD:=$(call AutoLoad,90,crypto4xx)
|
||||||
$(call AddDepends/crypto)
|
$(call AddDepends/crypto,+kmod-crypto-manager +kmod-crypto-hash)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/crypto-hw-ppc4xx/description
|
define KernelPackage/crypto-hw-ppc4xx/description
|
||||||
|
|
Loading…
Reference in a new issue