mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-16 03:44:39 +00:00
* add missing aes dependency to mv_cesa
Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 26920
This commit is contained in:
parent
dfc19a34b4
commit
8c2de891a9
@ -447,7 +447,7 @@ $(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 @TARGET_kirkwood||TARGET_orion
|
DEPENDS:=+kmod-crypto-manager +kmod-crypto-aes @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)
|
||||||
|
Loading…
Reference in New Issue
Block a user