From eaa17681dcc83fcd93078fd53d06467803c3324d Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Fri, 24 Mar 2023 16:41:39 -0400 Subject: [PATCH] Makefile: readd util-linux dependency check to add agetty when needed Removed accidentally under https://github.com/osresearch/heads/commit/6923fb5e20cfb662b76c1d1fa48e245ecd8d79fb --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3dfab865..feee98f3 100644 --- a/Makefile +++ b/Makefile @@ -469,6 +469,7 @@ bin_modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail bin_modules-$(CONFIG_HOTPKEY) += hotp-verification bin_modules-$(CONFIG_MSRTOOLS) += msrtools bin_modules-$(CONFIG_NKSTORECLI) += nkstorecli +bin_modules-$(CONFIG_UTIL_LINUX) += util-linux bin_modules-$(CONFIG_OPENSSL) += openssl bin_modules-$(CONFIG_TPM2_TOOLS) += tpm2-tools bin_modules-$(CONFIG_BASH) += bash