From: Lars-Peter Clausen Date: Tue, 28 Sep 2010 16:32:08 +0000 (+0000) Subject: Fix mv_cesa module dependencies and .ko file location Thanks KanjiMonster & Memphiz X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8314ce02cc405e7625201e866675bc2e10820770;p=librecmc%2Flibrecmc.git Fix mv_cesa module dependencies and .ko file location Thanks KanjiMonster & Memphiz SVN-Revision: 23145 --- diff --git a/target/linux/kirkwood/modules.mk b/target/linux/kirkwood/modules.mk index ed7fe883a5..736c82c315 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))