kernel: underscores in package names are bad, rename kmod-crypto-mv_cesa to kmod-crypto-mv-cesa

SVN-Revision: 23383
This commit is contained in:
Jo-Philipp Wich 2010-10-10 17:38:11 +00:00
parent cbdbb1d1ff
commit 3f4adc80db

View file

@ -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))