mirror of https://github.com/hak5/openwrt-owl.git
* add missing aes dependency to mv_cesa
Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 26920owl
parent
dfc19a34b4
commit
8c2de891a9
|
@ -447,7 +447,7 @@ $(eval $(call KernelPackage,crypto-xts))
|
|||
|
||||
define KernelPackage/crypto-mv-cesa
|
||||
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
|
||||
FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
|
||||
AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
|
||||
|
|
Loading…
Reference in New Issue