package/libressl: move config options
As we've recently done for libopenssl (openssl, the original), move the libressl option to a libressl-specific Config.in. The gain is minimal at best, but this is mostly for symetry with libopenssl. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Cc: Matt Weber <matthew.weber@rockwellcollins.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
27a2073a2d
commit
cd2ced0a1d
9
package/libressl/Config.in
Normal file
9
package/libressl/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
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
|
@ -44,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"
|
||||
|
Loading…
Reference in New Issue
Block a user