summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2016-11-16 06:35:55 -0500
committerMike Pagano <mpagano@gentoo.org>2016-11-16 06:35:55 -0500
commit574ae42fb009b569a6054bc3622aad2ffe513195 (patch)
tree5d7defbb7ebdaf8ed4b9c8c8ad37f35e7b428c60
parentUpdate gentoo kconfig patch. See bug #598623 (diff)
downloadlinux-patches-574ae42fb009b569a6054bc3622aad2ffe513195.tar.gz
linux-patches-574ae42fb009b569a6054bc3622aad2ffe513195.tar.bz2
linux-patches-574ae42fb009b569a6054bc3622aad2ffe513195.zip
Update gentoo kconfig patch adding CHECKPOINT_RESTORE for GENTOO_LINUX_INIT_SYSTEMD. See bug #598623
-rw-r--r--4567_distro-Gentoo-Kconfig.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index fd1d23e1..acb09725 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 2016-11-06 10:20:15.664515354 -0500
-+++ b/distro/Kconfig 2016-11-06 18:59:57.054530778 -0500
-@@ -0,0 +1,141 @@
+--- /dev/null 2016-11-15 00:56:18.320838834 -0500
++++ b/distro/Kconfig 2016-11-16 06:24:29.457357409 -0500
+@@ -0,0 +1,142 @@
+menu "Gentoo Linux"
+
+config GENTOO_LINUX
@@ -113,6 +113,7 @@
+ select AUTOFS4_FS
+ select BLK_DEV_BSG
+ select CGROUPS
++ select CHECKPOINT_RESTORE
+ select DEVPTS_MULTIPLE_INSTANCES
+ select DMIID
+ select EPOLL