aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/opencdk/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-05 02:16:36 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-05 02:16:36 +0000
commitfd342b1ada887fea48427351a343f42562e04e8b (patch)
tree054175d34d46950baad630df40900e623391037a /openwrt/package/opencdk/Config.in
parent1262d7ac9bf20c8afbe5ee727aa9693bf2d71203 (diff)
downloadupstream-fd342b1ada887fea48427351a343f42562e04e8b.tar.gz
upstream-fd342b1ada887fea48427351a343f42562e04e8b.tar.bz2
upstream-fd342b1ada887fea48427351a343f42562e04e8b.zip
reorganize/rationalize/format package menuconfig, make updatedd modular
SVN-Revision: 2333
Diffstat (limited to 'openwrt/package/opencdk/Config.in')
-rw-r--r--openwrt/package/opencdk/Config.in19
1 files changed, 10 insertions, 9 deletions
diff --git a/openwrt/package/opencdk/Config.in b/openwrt/package/opencdk/Config.in
index 6a4cc7027d..f96bd0a90b 100644
--- a/openwrt/package/opencdk/Config.in
+++ b/openwrt/package/opencdk/Config.in
@@ -4,17 +4,18 @@ config BR2_PACKAGE_OPENCDK
depends BR2_PACKAGE_LIBOPENCDK
config BR2_PACKAGE_LIBOPENCDK
- tristate "libopencdk - The Open Crypto Development Kit library"
+ prompt "libopencdk........................ The Open Crypto Development Kit library"
+ tristate
# default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_OPENCDK
select BR2_PACKAGE_LIBGCRYPT
help
- This library provides basic parts of the OpenPGP message format.
- For reference, please read the rfc2440.txt in the doc/ directory.
- Due to some possible security problems, the library also implements
- parts of draft-ietf-openpgp-rfc2440bis-08.txt. If you want to exchange
- messages with earlier PGP version < 7, you should use the compat mode.
-
- ftp://ftp.gnutls.org/pub/gnutls/opencdk/
-
+ This library provides basic parts of the OpenPGP message format.
+ For reference, please read the rfc2440.txt in the doc/ directory.
+ Due to some possible security problems, the library also implements
+ parts of draft-ietf-openpgp-rfc2440bis-08.txt. If you want to exchange
+ messages with earlier PGP version < 7, you should use the compat mode.
+
+ ftp://ftp.gnutls.org/pub/gnutls/opencdk/
+