mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-27 09:03:06 +00:00
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
@ -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 New Issue
Block a user