mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-10 22:43:57 +00:00
use tpmtotp git and add hotp command
This commit is contained in:
parent
c7bad87e42
commit
d88cc4fe3c
@ -2,10 +2,10 @@ modules-$(CONFIG_TPMTOTP) += tpmtotp
|
|||||||
|
|
||||||
tpmtotp_depends := mbedtls qrencode $(musl_dep)
|
tpmtotp_depends := mbedtls qrencode $(musl_dep)
|
||||||
|
|
||||||
#tpmtotp_version := git
|
tpmtotp_version := git
|
||||||
tpmtotp_repo := https://github.com/osresearch/tpmtotp
|
tpmtotp_repo := https://github.com/osresearch/tpmtotp
|
||||||
|
|
||||||
tpmtotp_version := 0.3.0
|
#tpmtotp_version := 0.3.0
|
||||||
tpmtotp_dir := tpmtotp-$(tpmtotp_version)
|
tpmtotp_dir := tpmtotp-$(tpmtotp_version)
|
||||||
tpmtotp_tar := tpmtotp-$(tpmtotp_version).tar.gz
|
tpmtotp_tar := tpmtotp-$(tpmtotp_version).tar.gz
|
||||||
tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/v$(tpmtotp_version).tar.gz
|
tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/v$(tpmtotp_version).tar.gz
|
||||||
@ -18,6 +18,7 @@ tpmtotp_target := \
|
|||||||
|
|
||||||
tpmtotp_output := \
|
tpmtotp_output := \
|
||||||
totp \
|
totp \
|
||||||
|
hotp \
|
||||||
base32 \
|
base32 \
|
||||||
qrenc \
|
qrenc \
|
||||||
util/tpm \
|
util/tpm \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user