Skip to content
Snippets Groups Projects
Commit f4aef6d5 authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

kernel: remove double definition of depends in crypto-mv-cesa and make it look...

kernel: remove double definition of depends in crypto-mv-cesa and make it look like the other entries.

Thank you Maarten

SVN-Revision: 26413
parent 6f446d94
No related branches found
No related tags found
No related merge requests found
...@@ -427,13 +427,12 @@ endef ...@@ -427,13 +427,12 @@ endef
$(eval $(call KernelPackage,crypto-xts)) $(eval $(call KernelPackage,crypto-xts))
define KernelPackage/crypto-mv-cesa define KernelPackage/crypto-mv-cesa
TITLE:=Marvell crypto engine TITLE:=Marvell crypto engine
DEPENDS:=+kmod-crypto-manager DEPENDS:=+kmod-crypto-manager @TARGET_kirkwood||TARGET_orion
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
AUTOLOAD:=$(call AutoLoad,09,mv_cesa) AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
SUBMENU:=Cryptographic API modules $(call AddDepends/crypto)
DEPENDS:=kmod-crypto-core @TARGET_kirkwood||TARGET_orion
endef endef
$(eval $(call KernelPackage,crypto-mv-cesa)) $(eval $(call KernelPackage,crypto-mv-cesa))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment