mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
Makefile: Add cryptsetup2 so that binaries are copied under tools.cpio when building initrd.
This commit is contained in:
parent
9339394b69
commit
ddc5d25a25
1
Makefile
1
Makefile
@ -479,6 +479,7 @@ bin_modules-$(CONFIG_TPMTOTP) += tpmtotp
|
|||||||
bin_modules-$(CONFIG_PCIUTILS) += pciutils
|
bin_modules-$(CONFIG_PCIUTILS) += pciutils
|
||||||
bin_modules-$(CONFIG_FLASHROM) += flashrom
|
bin_modules-$(CONFIG_FLASHROM) += flashrom
|
||||||
bin_modules-$(CONFIG_CRYPTSETUP) += cryptsetup
|
bin_modules-$(CONFIG_CRYPTSETUP) += cryptsetup
|
||||||
|
bin_modules-$(CONFIG_CRYPTSETUP2) += cryptsetup2
|
||||||
bin_modules-$(CONFIG_GPG) += gpg
|
bin_modules-$(CONFIG_GPG) += gpg
|
||||||
bin_modules-$(CONFIG_GPG2) += gpg2
|
bin_modules-$(CONFIG_GPG2) += gpg2
|
||||||
bin_modules-$(CONFIG_PINENTRY) += pinentry
|
bin_modules-$(CONFIG_PINENTRY) += pinentry
|
||||||
|
Loading…
Reference in New Issue
Block a user