summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-09-28 16:32:08 +0000
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-09-28 16:32:08 +0000
commitbdc88cc893f6881aba095e9eb36ef4a070fd8baf (patch)
tree79fc89d7e4aeb3bbfb3346e90db0cd4beabd74cb /target/linux/kirkwood
parent43c3b75619cec98a71fd3bdc252990294853d4c1 (diff)
[kirkwood] Fix mv_cesa module dependencies and .ko file location
Thanks KanjiMonster & Memphiz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23145 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 ed7fe883a..736c82c31 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))