mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:56:14 +02:00
[modules]
* add missing aes dependency to mv_cesa Signed-off-by: Jan Willies <jan@willies.info> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26920 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9f3b548077
commit
0ab2415c3d
@ -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
Block a user