projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a0d7a3
)
Fix mv_cesa module dependencies and .ko file location Thanks KanjiMonster & Memphiz
author
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 28 Sep 2010 16:32:08 +0000
(16:32 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 28 Sep 2010 16:32:08 +0000
(16:32 +0000)
SVN-Revision: 23145
target/linux/kirkwood/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/kirkwood/modules.mk
b/target/linux/kirkwood/modules.mk
index ed7fe883a544925a217510ad806c370cf1cef18d..736c82c315a727df57fe08737f1fdda25e1f9aaf 100644
(file)
--- 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))