mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-23 12:35:24 +00:00
Merge pull request #56 from zaolin/strip
Update cryptsetup and strip down.
This commit is contained in:
commit
0b20cb297c
@ -1,10 +1,12 @@
|
||||
modules += cryptsetup
|
||||
|
||||
cryptsetup_version := 1.7.2
|
||||
cryptsetup_version := 1.7.3
|
||||
cryptsetup_dir := cryptsetup-$(cryptsetup_version)
|
||||
cryptsetup_tar := cryptsetup-$(cryptsetup_version).tar.xz
|
||||
cryptsetup_url := https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.2.tar.xz
|
||||
cryptsetup_hash := dbb35dbf5f0c1749168c86c913fe98e872247bfc8425314b494c2423e7e43342
|
||||
cryptsetup_url := https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-$(cryptsetup_version).tar.xz
|
||||
cryptsetup_hash := af2b04e8475cf40b8d9ffd97a1acfa73aa787c890430afd89804fb544d6adc02
|
||||
|
||||
cryptsetup_configure := ./configure
|
||||
cryptsetup_configure := ./configure \
|
||||
--disable-gcrypt-pbkdf2 \
|
||||
--with-crypto_backend=kernel
|
||||
cryptsetup_output :=
|
||||
|
Loading…
x
Reference in New Issue
Block a user