Make mv_cesa crypto module available on Orion as well.
SVN-Revision: 23229
This commit is contained in:
parent
15f8eed2a3
commit
290e192ce8
2 changed files with 11 additions and 11 deletions
|
@ -373,3 +373,14 @@ define KernelPackage/crypto-xts
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,crypto-xts))
|
$(eval $(call KernelPackage,crypto-xts))
|
||||||
|
|
||||||
|
define KernelPackage/crypto-mv_cesa
|
||||||
|
TITLE:=Marvell crypto engine
|
||||||
|
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
|
||||||
|
SUBMENU:=Cryptographic API modules
|
||||||
|
DEPENDS:=kmod-crypto-core @TARGET_kirkwood||TARGET_orion
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,crypto-mv_cesa))
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
|
|
||||||
define KernelPackage/crypto-mv_cesa
|
|
||||||
TITLE:=Marvell crypto engine
|
|
||||||
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
|
|
||||||
FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
|
|
||||||
AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
|
|
||||||
SUBMENU:=Cryptographic API modules
|
|
||||||
DEPENDS:=kmod-crypto-core @TARGET_kirkwood
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,crypto-mv_cesa))
|
|
Loading…
Reference in a new issue