mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-12 21:53:03 +00:00
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:
parent
0e356e43cb
commit
17ac64bdf1
@ -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
|
||||
|
@ -19,7 +19,6 @@ tpmtotp_target := \
|
||||
tpmtotp_output := \
|
||||
totp \
|
||||
hotp \
|
||||
base32 \
|
||||
qrenc \
|
||||
util/tpm \
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user