mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +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_version := git
|
||||
tpmtotp_version := git
|
||||
tpmtotp_repo := https://github.com/osresearch/tpmtotp
|
||||
|
||||
tpmtotp_version := 0.3.0
|
||||
#tpmtotp_version := 0.3.0
|
||||
tpmtotp_dir := tpmtotp-$(tpmtotp_version)
|
||||
tpmtotp_tar := tpmtotp-$(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 := \
|
||||
totp \
|
||||
hotp \
|
||||
base32 \
|
||||
qrenc \
|
||||
util/tpm \
|
||||
|
Loading…
Reference in New Issue
Block a user