summaryrefslogtreecommitdiff
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-09-28 16:32:08 +0000
committerLars-Peter Clausen <lars@metafoo.de>2010-09-28 16:32:08 +0000
commit8314ce02cc405e7625201e866675bc2e10820770 (patch)
tree7f965ccf7cfc18beed28a6e7a39090b60d7f0f5e /target/linux/kirkwood
parent1a0d7a36124463a510a8e66689e9738d3ef6266d (diff)
downloadmtk-20170518-8314ce02cc405e7625201e866675bc2e10820770.zip
mtk-20170518-8314ce02cc405e7625201e866675bc2e10820770.tar.gz
mtk-20170518-8314ce02cc405e7625201e866675bc2e10820770.tar.bz2
Fix mv_cesa module dependencies and .ko file location Thanks KanjiMonster & Memphiz
SVN-Revision: 23145
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r--target/linux/kirkwood/modules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/kirkwood/modules.mk b/target/linux/kirkwood/modules.mk
index ed7fe88..736c82c 100644
--- a/target/linux/kirkwood/modules.mk
+++ b/target/linux/kirkwood/modules.mk
@@ -2,10 +2,10 @@
define KernelPackage/crypto-mv_cesa
TITLE:=Marvell crypto engine
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
- FILES:=$(LINUX_DIR)/crypto/mv_cesa.ko
+ FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
SUBMENU:=Cryptographic API modules
- DEPENDS:=kmod-crypto-core
+ DEPENDS:=kmod-crypto-core @TARGET_kirkwood
endef
$(eval $(call KernelPackage,crypto-mv_cesa))