summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2017-03-02 11:16:08 -0500
committerMike Pagano <mpagano@gentoo.org>2017-03-02 11:31:51 -0500
commitdd4e296ce656f9d84cda4d366ddadd9404b7039e (patch)
treeb1c5c2b97d735082c606b24e1783b8f7ece3e090
parentFor GENTOO_LINUX_INIT_SYSTEMD don't add DMIID for non X86 architectures. See ... (diff)
downloadlinux-patches-dd4e296c.tar.gz
linux-patches-dd4e296c.tar.bz2
linux-patches-dd4e296c.zip
Enable crypto API for systemd as its required for systemd versions >= 233. See bug #611368.
-rw-r--r--4567_distro-Gentoo-Kconfig.patch9
1 files changed, 6 insertions, 3 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 4a88040f..5555b8ae 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -7,9 +7,9 @@
+source "distro/Kconfig"
+
source "arch/$SRCARCH/Kconfig"
---- /dev/null 2017-02-18 04:25:56.900821893 -0500
-+++ b/distro/Kconfig 2017-02-18 10:41:16.512328155 -0500
-@@ -0,0 +1,142 @@
+--- /dev/null 2017-03-02 01:55:04.096566155 -0500
++++ b/distro/Kconfig 2017-03-02 11:12:05.049448255 -0500
+@@ -0,0 +1,145 @@
+menu "Gentoo Linux"
+
+config GENTOO_LINUX
@@ -114,6 +114,9 @@
+ select BLK_DEV_BSG
+ select CGROUPS
+ select CHECKPOINT_RESTORE
++ select CRYPTO_HMAC
++ select CRYPTO_SHA256
++ select CRYPTO_USER_API_HASH
+ select DEVPTS_MULTIPLE_INSTANCES
+ select DMIID if X86_32 || X86_64 || X86
+ select EPOLL