This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -29,21 +29,7 @@ config BR2_PACKAGE_LIBOPENSSL
Note: Some helper scripts need perl.
if BR2_PACKAGE_LIBOPENSSL
config BR2_PACKAGE_LIBOPENSSL_BIN
bool "openssl binary"
help
Install the openssl binary and the associated helper scripts
to the target file system. This is a command line tool for
doing various cryptographic stuff.
config BR2_PACKAGE_LIBOPENSSL_ENGINES
bool "openssl additional engines"
help
Install additional encryption engine libraries.
endif
source "package/libopenssl/Config.in"
config BR2_PACKAGE_LIBRESSL
bool "libressl"
@@ -58,15 +44,7 @@ config BR2_PACKAGE_LIBRESSL
http://www.libressl.org/
if BR2_PACKAGE_LIBRESSL
config BR2_PACKAGE_LIBRESSL_BIN
bool "openssl binary"
help
Install the openssl binary to the target file system. This is
a command line tool for doing various cryptographic stuff.
endif
source "package/libressl/Config.in"
# openssl from br2-external trees, if any
source "$BR2_BASE_DIR/.br2-external.in.openssl"