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:
parent
cbdbb1d1ff
commit
3f4adc80db
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue