mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
gnupg: fix prompt of Config.in.host
It should be "host gnupg" and not "host-gnupg" to be consistent with all other Config.in.host options. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_HOST_GNUPG
|
config BR2_PACKAGE_HOST_GNUPG
|
||||||
bool "host-gnupg"
|
bool "host gnupg"
|
||||||
help
|
help
|
||||||
GnuPG is the GNU project's complete and free implementation
|
GnuPG is the GNU project's complete and free implementation
|
||||||
of the OpenPGP standard as defined by RFC4880. GnuPG allows
|
of the OpenPGP standard as defined by RFC4880. GnuPG allows
|
||||||
|
|||||||
Reference in New Issue
Block a user