From ddc5d25a25acb5393521e18d6b9f1a0b57191edd Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Sun, 25 Jul 2021 11:30:19 -0400 Subject: [PATCH] Makefile: Add cryptsetup2 so that binaries are copied under tools.cpio when building initrd. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c4d657f4..c0283703 100644 --- a/Makefile +++ b/Makefile @@ -479,6 +479,7 @@ bin_modules-$(CONFIG_TPMTOTP) += tpmtotp bin_modules-$(CONFIG_PCIUTILS) += pciutils bin_modules-$(CONFIG_FLASHROM) += flashrom bin_modules-$(CONFIG_CRYPTSETUP) += cryptsetup +bin_modules-$(CONFIG_CRYPTSETUP2) += cryptsetup2 bin_modules-$(CONFIG_GPG) += gpg bin_modules-$(CONFIG_GPG2) += gpg2 bin_modules-$(CONFIG_PINENTRY) += pinentry