package/tpm2-totp: fix menu prompt
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>
This commit is contained in:
parent
14c9b9ed27
commit
06e46d9b05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user