Replace base32 from tpmtotp with the one from busybox, disable unused base64.

Signed-off-by: Daniel Pineda <daniel.pineda@puri.sm>
This commit is contained in:
Daniel Pineda 2023-02-21 14:02:56 -06:00
parent 0e356e43cb
commit 17ac64bdf1
No known key found for this signature in database
GPG Key ID: 902C199C68C4B327
2 changed files with 2 additions and 3 deletions

View File

@ -331,8 +331,8 @@ CONFIG_UNIQ=y
# CONFIG_UNLINK is not set
CONFIG_USLEEP=y
# CONFIG_UUDECODE is not set
CONFIG_BASE32=n
CONFIG_BASE64=y
CONFIG_BASE32=y
CONFIG_BASE64=n
# CONFIG_UUENCODE is not set
CONFIG_WC=y
CONFIG_FEATURE_WC_LARGE=y

View File

@ -19,7 +19,6 @@ tpmtotp_target := \
tpmtotp_output := \
totp \
hotp \
base32 \
qrenc \
util/tpm \