mirror of https://github.com/hak5/openwrt.git
kernel: underscores in package names are bad, rename kmod-crypto-mv_cesa to kmod-crypto-mv-cesa
SVN-Revision: 23383lede-17.01
parent
cbdbb1d1ff
commit
3f4adc80db
|
@ -374,7 +374,7 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,crypto-xts))
|
$(eval $(call KernelPackage,crypto-xts))
|
||||||
|
|
||||||
define KernelPackage/crypto-mv_cesa
|
define KernelPackage/crypto-mv-cesa
|
||||||
TITLE:=Marvell crypto engine
|
TITLE:=Marvell crypto engine
|
||||||
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
|
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
|
||||||
FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
|
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
|
DEPENDS:=kmod-crypto-core @TARGET_kirkwood||TARGET_orion
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,crypto-mv_cesa))
|
$(eval $(call KernelPackage,crypto-mv-cesa))
|
||||||
|
|
Loading…
Reference in New Issue