summaryrefslogtreecommitdiffstats
path: root/package/openssl/Config.in
diff options
context:
space:
mode:
authorHans-Christian Egtvedt2008-09-24 11:10:06 +0200
committerHans-Christian Egtvedt2008-09-24 11:10:06 +0200
commit1158ddccd97ca3e35b21c7be8ed6296b012e18f3 (patch)
tree45caf0bb95a9e8183c1ed9860e7d95e05c8447d0 /package/openssl/Config.in
parenttarget/linux/advanced: don't hardcode date suffix (diff)
downloadbuildroot-1158ddccd97ca3e35b21c7be8ed6296b012e18f3.tar.gz
buildroot-1158ddccd97ca3e35b21c7be8ed6296b012e18f3.tar.xz
buildroot-1158ddccd97ca3e35b21c7be8ed6296b012e18f3.zip
openssl: convert to Makefile.autotools.in and bump version to 0.9.8g
This patch converts building of OpenSSL to use Makefile.autotools.in and bumps the version to 0.9.8g. The patches are updated to reflect this version upgrade. A kconfig option for adding the OpenSSL engines is also added. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'package/openssl/Config.in')
-rw-r--r--package/openssl/Config.in16
1 files changed, 13 insertions, 3 deletions
diff --git a/package/openssl/Config.in b/package/openssl/Config.in
index 00dfb7550..24ea91525 100644
--- a/package/openssl/Config.in
+++ b/package/openssl/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_OPENSSL
bool "openssl"
+ select BR2_PACKAGE_ZLIB
help
A collaborative effort to develop a robust, commercial-grade, fully
featured, and Open Source toolkit implementing the Secure Sockets
@@ -8,8 +9,17 @@ config BR2_PACKAGE_OPENSSL
http://www.openssl.org/
-config BR2_PACKAGE_OPENSSL_TARGET_HEADERS
- bool "openssl headers in target"
+config BR2_PACKAGE_OPENSSL_BIN
+ bool "openssl binary"
depends on BR2_PACKAGE_OPENSSL
+ default no
help
- Put openssl headers in the target.
+ Install the openssl binary to the target file system. This is a
+ command line tool for doing various crypthographic stuff.
+
+config BR2_PACKAGE_OPENSSL_ENGINES
+ bool "openssl additional engines"
+ depends on BR2_PACKAGE_OPENSSL
+ default no
+ help
+ Install additional encryption engine libraries.