commit:     b366c77d6dbdcabdd71b8447c45ca84abd1a258b
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 15:19:42 2020 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 15:47:21 2020 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b366c77d

Update distro Kconfig to support needed options for elogind

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 4567_distro-Gentoo-Kconfig.patch | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 20b9f54..581cb20 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -1,14 +1,14 @@
---- a/Kconfig  2019-12-30 16:37:13.825731109 -0500
-+++ b/Kconfig  2019-12-30 16:36:59.575609049 -0500
+--- a/Kconfig  2020-04-15 11:05:30.202413863 -0400
++++ b/Kconfig  2020-04-15 10:37:45.683952949 -0400
 @@ -32,3 +32,5 @@ source "lib/Kconfig"
  source "lib/Kconfig.debug"
  
  source "Documentation/Kconfig"
 +
 +source "distro/Kconfig"
---- /dev/null  2019-12-30 10:19:12.810163556 -0500
-+++ b/distro/Kconfig   2019-12-30 16:42:52.928524222 -0500
-@@ -0,0 +1,151 @@
+--- /dev/null  2020-04-15 02:49:37.900191585 -0400
++++ b/distro/Kconfig   2020-04-15 11:07:10.952929540 -0400
+@@ -0,0 +1,156 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -91,7 +91,12 @@
 +      depends on GENTOO_LINUX
 +
 +      select BINFMT_SCRIPT
++      select CGROUPS
++      select EPOLL
 +      select FILE_LOCKING
++      select INOTIFY_USER
++      select SIGNALFD
++      select TIMERFD
 +
 +      help
 +              The init system is the first thing that loads after the kernel 
booted.

Reply via email to