mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-22 17:01:28 +00:00
13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
modules += tpmtotp
|
|
|
|
tpmtotp_depends := mbedtls qrencode
|
|
|
|
tpmtotp_version := 0.0.1
|
|
tpmtotp_dir := tpmtotp-$(tpmtotp_version)
|
|
tpmtotp_tar := tpmtotp-$(tpmtotp_version).tar.gz
|
|
tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/v0.0.1.tar.gz
|
|
tpmtotp_hash := 8bf2380248fea540a96ad0ff8a4f170b8d93b6bb5fe49b958f9f1926f994823f
|
|
|
|
tpmtotp_output := sealtotp unsealtotp
|
|
tpmtotp_configure :=
|