diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-14 22:54:27 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-14 22:54:27 +0000 |
commit | 44cdf1caf32089c67a6be04d2f4753d1c53911a6 (patch) | |
tree | bda93bf7f8e36c82260d837da4a4090e71b0d22b /package/libgpg-error/Config.in | |
parent | 5b00074e06fa6bb9a7233353303ba0d00e3ca1c0 (diff) | |
download | upstream-44cdf1caf32089c67a6be04d2f4753d1c53911a6.tar.gz upstream-44cdf1caf32089c67a6be04d2f4753d1c53911a6.tar.bz2 upstream-44cdf1caf32089c67a6be04d2f4753d1c53911a6.zip |
Add libgpg-error package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1246 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libgpg-error/Config.in')
-rw-r--r-- | package/libgpg-error/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libgpg-error/Config.in b/package/libgpg-error/Config.in new file mode 100644 index 0000000000..31f2cd1273 --- /dev/null +++ b/package/libgpg-error/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_LIBGPG_ERROR + tristate "libgpg-error - An helper library for common error codes and descriptions" +# default m if CONFIG_DEVEL + default n + help + This is a library that defines common error values for all GnuPG + components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, + Libksba, DirMngr, Pinentry, SmartCard Daemon and possibly more in the + future. + + http://www.gnupg.org/related_software/libgpg-error/ + |