X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9262c3dc35e24cebf62c84b9c275153168597e34..e2977a9f839e31f87212c9357d8763009e6f0eeb:/openwrt/package/opencdk/Config.in diff --git a/openwrt/package/opencdk/Config.in b/openwrt/package/opencdk/Config.in index 6a4cc7027..589b09519 100644 --- a/openwrt/package/opencdk/Config.in +++ b/openwrt/package/opencdk/Config.in @@ -1,20 +1,21 @@ config BR2_PACKAGE_OPENCDK - bool + tristate default n 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/ +