Skip to content

Commit 18c9b2d

Browse files
committed
cryptsetup for dm-verity support
1 parent d857170 commit 18c9b2d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

modules/cryptsetup

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
modules += cryptsetup
2+
3+
cryptsetup_version := 1.7.2
4+
cryptsetup_dir := cryptsetup-$(cryptsetup_version)
5+
cryptsetup_tar := cryptsetup-$(cryptsetup_version).tar.xz
6+
cryptsetup_url := https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.2.tar.xz
7+
cryptsetup_hash := dbb35dbf5f0c1749168c86c913fe98e872247bfc8425314b494c2423e7e43342
8+
9+
cryptsetup_configure := ./configure
10+
cryptsetup_output :=

0 commit comments

Comments
 (0)