projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbdbb1d
)
kernel: underscores in package names are bad, rename kmod-crypto-mv_cesa to kmod...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 10 Oct 2010 17:38:11 +0000
(17:38 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 10 Oct 2010 17:38:11 +0000
(17:38 +0000)
SVN-Revision: 23383
package/kernel/modules/crypto.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/crypto.mk
b/package/kernel/modules/crypto.mk
index 49c5684b817179d811f584f4191b2131d3198291..dc0c8b4fc7b8d8ff5ab42d36f0463b78390b3fbc 100644
(file)
--- a/
package/kernel/modules/crypto.mk
+++ b/
package/kernel/modules/crypto.mk
@@
-374,7
+374,7
@@
endef
$(eval $(call KernelPackage,crypto-xts))
-define KernelPackage/crypto-mv
_
cesa
+define KernelPackage/crypto-mv
-
cesa
TITLE:=Marvell crypto engine
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
@@
-383,4
+383,4
@@
define KernelPackage/crypto-mv_cesa
DEPENDS:=kmod-crypto-core @TARGET_kirkwood||TARGET_orion
endef
-$(eval $(call KernelPackage,crypto-mv
_
cesa))
+$(eval $(call KernelPackage,crypto-mv
-
cesa))