diff options
| author | Nicolas Thill <nico@openwrt.org> | 2006-06-02 01:32:15 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2006-06-02 01:32:15 +0000 |
| commit | c0a1a26457c3570b140cb903ad24301b67e630f3 (patch) | |
| tree | b3cdfaa707754da256bcc068ac5c6f91da01675d /openwrt/package/libmcrypt/Config.in | |
| parent | 246990d38bd910350ff47361f487d7b0c556a73d (diff) | |
| download | mtk-20170518-c0a1a26457c3570b140cb903ad24301b67e630f3.zip mtk-20170518-c0a1a26457c3570b140cb903ad24301b67e630f3.tar.gz mtk-20170518-c0a1a26457c3570b140cb903ad24301b67e630f3.tar.bz2 | |
add libmcrypt package (thanks to Martin Matuska).
SVN-Revision: 3891
Diffstat (limited to 'openwrt/package/libmcrypt/Config.in')
| -rw-r--r-- | openwrt/package/libmcrypt/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/libmcrypt/Config.in b/openwrt/package/libmcrypt/Config.in new file mode 100644 index 0000000..59d44ff --- /dev/null +++ b/openwrt/package/libmcrypt/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_LIBMCRYPT + prompt "libmcrypt....................... Cryptographic library" + tristate + default m if CONFIG_DEVEL + help + libmcrypt is a cryptographic library that conveniently brings + together a variety of ciphers for convenient use. + + http://mcrypt.sourceforge.net/ |
