PR #761 broke compilation with CONFIG_HOTPKEY=y:
in modules/hotp-verification
hotp-verification_output :=
hotp_verification
hotp_initialize
hotp_verification is not a product of the module Makefile (it still builds libremkey_hotp_initialize and nitrokey_hotp_initialize)
hotp_initialize script doesn't exist (libremkey_hotp_initialize and nitrokey_hotp_initialize do though)
we need to patch nitrokey-hotp-verification until these are fixed upstream. I'll submit PRs for both.
PR #761 broke compilation with CONFIG_HOTPKEY=y:
in modules/hotp-verification
hotp_verification is not a product of the module Makefile (it still builds libremkey_hotp_initialize and nitrokey_hotp_initialize)
hotp_initialize script doesn't exist (libremkey_hotp_initialize and nitrokey_hotp_initialize do though)
we need to patch nitrokey-hotp-verification until these are fixed upstream. I'll submit PRs for both.