diff options
author | Mike Pagano <mpagano@gentoo.org> | 2017-03-02 11:16:08 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2017-03-02 11:16:08 -0500 |
commit | f7517ad4b6d03ae878a0b62a528a33518fc341a9 (patch) | |
tree | f87f4617e6140fdec4ccc7ffa24c3fa447f2ffcd | |
parent | For GENTOO_LINUX_INIT_SYSTEMD don't add DMIID for non X86 architectures. See ... (diff) | |
download | linux-patches-f7517ad4b6d03ae878a0b62a528a33518fc341a9.tar.gz linux-patches-f7517ad4b6d03ae878a0b62a528a33518fc341a9.tar.bz2 linux-patches-f7517ad4b6d03ae878a0b62a528a33518fc341a9.zip |
Enable crypto API for systemd as its required for systemd versions >= 233. See bug #611368.
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 9 |
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 |