mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
54c92715dd
Signed-off-by: Ben Hutchings <ben.hutchings@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
524 B
Plaintext
14 lines
524 B
Plaintext
config BR2_PACKAGE_HOST_GNUPG2
|
|
bool "host gnupg2"
|
|
depends on !BR2_PACKAGE_HOST_GNUPG
|
|
help
|
|
GnuPG is the GNU project's complete and free implementation
|
|
of the OpenPGP standard as defined by RFC4880. GnuPG allows
|
|
to encrypt and sign your data and communication, features a
|
|
versatile key management system as well as access modules
|
|
for all kinds of public key directories. GnuPG, also known
|
|
as GPG, is a command line tool with features for easy
|
|
integration with other applications.
|
|
|
|
http://gnupg.org/
|