From: Lars-Peter Clausen Date: Fri, 3 Sep 2010 01:03:22 +0000 (+0000) Subject: Add kernel package for the mv_cesa crypto module X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a70e0d066579a06c33b8504cb92badaf22dce1a3;p=librecmc%2Flibrecmc.git Add kernel package for the mv_cesa crypto module SVN-Revision: 22877 --- diff --git a/target/linux/kirkwood/modules.mk b/target/linux/kirkwood/modules.mk new file mode 100644 index 0000000000..ed7fe883a5 --- /dev/null +++ b/target/linux/kirkwood/modules.mk @@ -0,0 +1,11 @@ + +define KernelPackage/crypto-mv_cesa + TITLE:=Marvell crypto engine + KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA + FILES:=$(LINUX_DIR)/crypto/mv_cesa.ko + AUTOLOAD:=$(call AutoLoad,09,mv_cesa) + SUBMENU:=Cryptographic API modules + DEPENDS:=kmod-crypto-core +endef + +$(eval $(call KernelPackage,crypto-mv_cesa))