[Buildroot] [git commit] package/tpm2-totp: fix menu prompt

Peter Korsgaard peter at korsgaard.com
Tue Apr 30 12:40:11 UTC 2019


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 at gmail.com>
Signed-off-by: Peter Korsgaard <peter at 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


More information about the buildroot mailing list