1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 22:24:32 +03:00

[packages/kernel] Make mv_cesa crypto module available on Orion as well.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23229 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2010-10-04 21:33:07 +00:00
parent 9ea894c1db
commit 5581058bc0
2 changed files with 11 additions and 11 deletions

View File

@ -373,3 +373,14 @@ define KernelPackage/crypto-xts
endef
$(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))

View File

@ -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))