All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/tpm2-totp: fix menu prompt
@ 2019-04-30 12:40 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2019-04-30 12:40 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=06e46d9b0520fafbd5883519e91f6527d987c80b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

It must be "tpm2-totp", not "tpm2-tools" (probably a copy/paste issue).

Signed-off-by: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/tpm2-totp/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tpm2-totp/Config.in b/package/tpm2-totp/Config.in
index 0dbbdea228..dcadf5a5f2 100644
--- a/package/tpm2-totp/Config.in
+++ b/package/tpm2-totp/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_TPM2_TOTP
-	bool "tpm2-tools"
+	bool "tpm2-totp"
 	depends on !BR2_STATIC_LIBS # tpm2-tss
 	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM # glibc < 2.20
 	select BR2_PACKAGE_LIBQRENCODE

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-30 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 12:40 [Buildroot] [git commit] package/tpm2-totp: fix menu prompt Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.