summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-09-03 01:03:22 +0000
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-09-03 01:03:22 +0000
commit830230902948468e3b69006bbd7587705edc9f8d (patch)
tree9ecee5b9edf292c0c666b489366b94c7f1c34823 /target/linux/kirkwood
parentd9f45a6b7d1d2d040eda4f4e5ff9d6b7e38e992b (diff)
[kirkwood] Add kernel package for the mv_cesa crypto module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22877 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r--target/linux/kirkwood/modules.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/kirkwood/modules.mk b/target/linux/kirkwood/modules.mk
new file mode 100644
index 000000000..ed7fe883a
--- /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))