source: freewrt/package/openssl/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.2 KB
Line 
1config FWRT_COMPILE_OPENSSL
2 tristate
3 default n
4 depends FWRT_PACKAGE_LIBOPENSSL
5
6config FWRT_PACKAGE_LIBOPENSSL
7 prompt "libopenssl........................ Open source SSL (Secure Socket Layer) libraries"
8 tristate
9 default m if CONFIG_DEVEL
10 select FWRT_COMPILE_OPENSSL
11 help
12 The OpenSSL Project is a collaborative effort to develop a robust,
13 commercial-grade, full-featured, and Open Source toolkit implementing
14 the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
15 protocols as well as a full-strength general purpose cryptography library.
16
17 http://www.openssl.org/
18
19 This package contains the shared SSL libraries, needed by other programs.
20
21config FWRT_PACKAGE_OPENSSL_UTIL
22 prompt "openssl-util.................... OpenSSL command line tool"
23 tristate
24 default m if CONFIG_DEVEL
25 depends FWRT_PACKAGE_LIBOPENSSL
26 help
27 The OpenSSL Project is a collaborative effort to develop a robust,
28 commercial-grade, full-featured, and Open Source toolkit implementing
29 the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
30 protocols as well as a full-strength general purpose cryptography library.
31
32 http://www.openssl.org/
33
34 This package contains the multi-purpose OpenSSL binary tool.
35
Note: See TracBrowser for help on using the repository browser.