summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r--target/linux/kirkwood/modules.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/kirkwood/modules.mk b/target/linux/kirkwood/modules.mk
deleted file mode 100644
index 736c82c31..000000000
--- a/target/linux/kirkwood/modules.mk
+++ /dev/null
@@ -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))