diff options
author | Mike Pagano <mpagano@gentoo.org> | 2016-11-16 06:35:55 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2016-11-16 06:35:55 -0500 |
commit | 574ae42fb009b569a6054bc3622aad2ffe513195 (patch) | |
tree | 5d7defbb7ebdaf8ed4b9c8c8ad37f35e7b428c60 /4567_distro-Gentoo-Kconfig.patch | |
parent | Update gentoo kconfig patch. See bug #598623 (diff) | |
download | linux-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
Diffstat (limited to '4567_distro-Gentoo-Kconfig.patch')
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 7 |
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 |