8ebfce3c70
Fixes: http://autobuild.buildroot.net/results/88b/88b5d14b315af1669fff04f8c11c321cc4c107c7/ The package seems to be unmaintainted, asking for support of kernels >= 5.6 a year ago was unanswered: https://sourceforge.net/p/ocf-linux/mailman/message/37662698/ This patch follow Thomas' suggestion to remove the package: https://lists.buildroot.org/pipermail/buildroot/2022-November/654688.html Remove the virtual package cryptodev which is not needed anymore. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
458 B
Plaintext
15 lines
458 B
Plaintext
config BR2_PACKAGE_CRYPTODEV_LINUX
|
|
bool "cryptodev-linux"
|
|
depends on !BR2_microblaze
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
Cryptodev-linux is a device that allows access to Linux kernel
|
|
cryptographic drivers; thus allowing userspace applications
|
|
to take advantage of hardware accelerators.
|
|
|
|
http://cryptodev-linux.org/index.html
|
|
|
|
comment "cryptodev-linux needs a Linux kernel to be built"
|
|
depends on !BR2_microblaze
|
|
depends on !BR2_LINUX_KERNEL
|