From f7fed5c88ca3f9fbfa2b17f3d4ec47314077c112 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Sun, 17 Jan 2021 12:39:57 -0500 Subject: [PATCH] x230-maximized boards: switch to cryptsetup 2.3, testing rebased https://github.com/osresearch/heads/pull/876 --- boards/x230-hotp-maximized/x230-hotp-maximized.config | 2 +- boards/x230-maximized/x230-maximized.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/x230-hotp-maximized/x230-hotp-maximized.config b/boards/x230-hotp-maximized/x230-hotp-maximized.config index 8c162ab39..a9e5261e2 100644 --- a/boards/x230-hotp-maximized/x230-hotp-maximized.config +++ b/boards/x230-hotp-maximized/x230-hotp-maximized.config @@ -17,7 +17,7 @@ CONFIG_LINUX_CONFIG=config/linux-x230.config CONFIG_LINUX_USB=y CONFIG_LINUX_E1000E=y -CONFIG_CRYPTSETUP=y +CONFIG_CRYPTSETUP22=y CONFIG_FLASHROM=y CONFIG_FLASHTOOLS=y CONFIG_GPG2=y diff --git a/boards/x230-maximized/x230-maximized.config b/boards/x230-maximized/x230-maximized.config index 4d39fed7d..47ded9973 100644 --- a/boards/x230-maximized/x230-maximized.config +++ b/boards/x230-maximized/x230-maximized.config @@ -17,7 +17,7 @@ CONFIG_LINUX_CONFIG=config/linux-x230.config CONFIG_LINUX_USB=y CONFIG_LINUX_E1000E=y -CONFIG_CRYPTSETUP=y +CONFIG_CRYPTSETUP2=y CONFIG_FLASHROM=y CONFIG_FLASHTOOLS=y CONFIG_GPG2=y