mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:55:55 +02:00
[package] kernel: underscores in package names are bad, rename kmod-crypto-mv_cesa to kmod-crypto-mv-cesa
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23383 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7b55ba00aa
commit
858c8c577e
@ -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