All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/tpm2-totp: fix menu prompt
@ 2019-04-30 12:19 unixmania at gmail.com
  2019-04-30 12:40 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: unixmania at gmail.com @ 2019-04-30 12:19 UTC (permalink / raw)
  To: buildroot

From: Carlos Santos <unixmania@gmail.com>

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

Signed-off-by: Carlos Santos <unixmania@gmail.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
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] package/tpm2-totp: fix menu prompt
  2019-04-30 12:19 [Buildroot] [PATCH] package/tpm2-totp: fix menu prompt unixmania at gmail.com
@ 2019-04-30 12:40 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2019-04-30 12:40 UTC (permalink / raw)
  To: buildroot

>>>>> "unixmania" == unixmania  <unixmania@gmail.com> writes:

 > From: Carlos Santos <unixmania@gmail.com>
 > It must be "tpm2-totp", not "tpm2-tools" (probably a copy/paste issue).

 > Signed-off-by: Carlos Santos <unixmania@gmail.com>

Heh, indeed - Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-30 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 12:19 [Buildroot] [PATCH] package/tpm2-totp: fix menu prompt unixmania at gmail.com
2019-04-30 12:40 ` 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.