Skip to content

Commit

Permalink
Adding cryptsetup-reencrypt support
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed Oct 8, 2018
1 parent bec3335 commit 1d2fb02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/cryptsetup
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cryptsetup_configure := ./configure \
--host i386-elf-linux \
--prefix "/" \
--disable-gcrypt-pbkdf2 \
--enable-cryptsetup-reencrypt \
--with-crypto_backend=kernel \

# but after building, replace prefix so that they will be installed
Expand All @@ -28,6 +29,7 @@ cryptsetup_target := \

cryptsetup_output := \
src/.libs/cryptsetup \
src/.libs/cryptsetup-reencrypt \
src/.libs/veritysetup \

cryptsetup_libraries := \
Expand Down

0 comments on commit 1d2fb02

Please sign in to comment.