mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 05:28:08 +00:00
4fbd6ca58b
This touches most of the module configurations since the coreboot build process had to add a few new features. The Linux kernel could make use of it as well if we need separate x230/chell/qemu kernels, for instance.
12 lines
439 B
Plaintext
12 lines
439 B
Plaintext
modules += cryptsetup
|
|
|
|
cryptsetup_version := 1.7.2
|
|
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_configure := ./configure
|
|
cryptsetup_config := cryptsetup.config
|
|
cryptsetup_output :=
|