mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
Adding cryptsetup-reencrypt support
This commit is contained in:
parent
bec3335cf6
commit
1d2fb02668
@ -15,6 +15,7 @@ cryptsetup_configure := ./configure \
|
|||||||
--host i386-elf-linux \
|
--host i386-elf-linux \
|
||||||
--prefix "/" \
|
--prefix "/" \
|
||||||
--disable-gcrypt-pbkdf2 \
|
--disable-gcrypt-pbkdf2 \
|
||||||
|
--enable-cryptsetup-reencrypt \
|
||||||
--with-crypto_backend=kernel \
|
--with-crypto_backend=kernel \
|
||||||
|
|
||||||
# but after building, replace prefix so that they will be installed
|
# but after building, replace prefix so that they will be installed
|
||||||
@ -28,6 +29,7 @@ cryptsetup_target := \
|
|||||||
|
|
||||||
cryptsetup_output := \
|
cryptsetup_output := \
|
||||||
src/.libs/cryptsetup \
|
src/.libs/cryptsetup \
|
||||||
|
src/.libs/cryptsetup-reencrypt \
|
||||||
src/.libs/veritysetup \
|
src/.libs/veritysetup \
|
||||||
|
|
||||||
cryptsetup_libraries := \
|
cryptsetup_libraries := \
|
||||||
|
Loading…
Reference in New Issue
Block a user