diff options
author | 2016-11-23 06:25:01 -0500 | |
---|---|---|
committer | 2016-11-23 06:25:01 -0500 | |
commit | bde6e65e58795d11ff0054877b4a2363df426327 (patch) | |
tree | 09ac01f802f24d82c766063910cfde95f5535f54 | |
parent | Linux patch 4.1.35 (diff) | |
download | linux-patches-bde6e65e58795d11ff0054877b4a2363df426327.tar.gz linux-patches-bde6e65e58795d11ff0054877b4a2363df426327.tar.bz2 linux-patches-bde6e65e58795d11ff0054877b4a2363df426327.zip |
Update gentoo kconfig patch for GENTOO_LINUX_INIT_SYSTEMD. See bug #598623
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 499b21fd..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-07-01 11:23:26.087932647 -0400 -+++ b/distro/Kconfig 2016-07-01 19:32:35.581415519 -0400 -@@ -0,0 +1,134 @@ +--- /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 @@ -33,6 +33,7 @@ + + select DEVTMPFS + select TMPFS ++ select UNIX + + select MMU + select SHMEM @@ -112,17 +113,24 @@ + select AUTOFS4_FS + select BLK_DEV_BSG + select CGROUPS ++ select CHECKPOINT_RESTORE + select DEVPTS_MULTIPLE_INSTANCES ++ select DMIID + select EPOLL + select FANOTIFY + select FHANDLE + select INOTIFY_USER ++ select IPV6 + select NET + select NET_NS + select PROC_FS ++ select SECCOMP ++ select SECCOMP_FILTER + select SIGNALFD + select SYSFS + select TIMERFD ++ select TMPFS_POSIX_ACL ++ select TMPFS_XATTR + + select ANON_INODES + select BLOCK |