kernel: crypto: drop kmod-crypto-pcompress
CONFIG_CRYPTO_PCOMP and CONFIG_CRYPTO_PCOMP2 have been removed in upstream commit[1].
This symbol doesn't exist since kernel 4.6 and this package is empty.
1. [ crypto: compress - remove unused pcomp interface ]
(110492183c
)
Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
This commit is contained in:
parent
f298d5b810
commit
577ba5a3a9
1 changed files with 1 additions and 14 deletions
|
@ -600,7 +600,7 @@ $(eval $(call KernelPackage,crypto-lib-poly1305))
|
||||||
|
|
||||||
define KernelPackage/crypto-manager
|
define KernelPackage/crypto-manager
|
||||||
TITLE:=CryptoAPI algorithm manager
|
TITLE:=CryptoAPI algorithm manager
|
||||||
DEPENDS:=+kmod-crypto-aead +kmod-crypto-hash +kmod-crypto-pcompress
|
DEPENDS:=+kmod-crypto-aead +kmod-crypto-hash
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_CRYPTO_MANAGER \
|
CONFIG_CRYPTO_MANAGER \
|
||||||
CONFIG_CRYPTO_MANAGER2
|
CONFIG_CRYPTO_MANAGER2
|
||||||
|
@ -770,19 +770,6 @@ endef
|
||||||
$(eval $(call KernelPackage,crypto-pcbc))
|
$(eval $(call KernelPackage,crypto-pcbc))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/crypto-pcompress
|
|
||||||
TITLE:=CryptoAPI Partial (de)compression operations
|
|
||||||
KCONFIG:= \
|
|
||||||
CONFIG_CRYPTO_PCOMP=y \
|
|
||||||
CONFIG_CRYPTO_PCOMP2
|
|
||||||
FILES:=$(LINUX_DIR)/crypto/pcompress.ko
|
|
||||||
AUTOLOAD:=$(call AutoLoad,09,pcompress)
|
|
||||||
$(call AddDepends/crypto)
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,crypto-pcompress))
|
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/crypto-rsa
|
define KernelPackage/crypto-rsa
|
||||||
TITLE:=RSA algorithm
|
TITLE:=RSA algorithm
|
||||||
DEPENDS:=+kmod-crypto-manager +kmod-asn1-decoder
|
DEPENDS:=+kmod-crypto-manager +kmod-asn1-decoder
|
||||||
|
|
Loading…
Reference in a new issue