diff options
author | 2015-01-02 14:12:34 -0500 | |
---|---|---|
committer | 2015-01-02 14:12:34 -0500 | |
commit | 93d41849a3c0d15a8e604528f35b055891401379 (patch) | |
tree | e171246b409f18b3dfb1a35c4de1190cc707edb8 | |
parent | Linux patch 3.10.63 (diff) | |
download | linux-patches-93d41849a3c0d15a8e604528f35b055891401379.tar.gz linux-patches-93d41849a3c0d15a8e604528f35b055891401379.tar.bz2 linux-patches-93d41849a3c0d15a8e604528f35b055891401379.zip |
Add DEVPTS_MULTIPLE_INSTANCES when GENTOO_LINUX_INIT_SYSTEMD is selected. See bug #534216
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 850cabce..690454a5 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,5 +1,5 @@ ---- a/Kconfig 2014-04-02 10:11:12.959212144 -0400 -+++ b/Kconfig 2014-04-02 10:11:41.139211921 -0400 +--- a/Kconfig 2014-04-02 09:45:05.389224541 -0400 ++++ b/Kconfig 2014-04-02 09:45:39.269224273 -0400 @@ -8,4 +8,6 @@ config SRCARCH string option env="SRCARCH" @@ -7,9 +7,9 @@ +source "distro/Kconfig" + source "arch/$SRCARCH/Kconfig" ---- 1969-12-31 19:00:00.000000000 -0500 -+++ b/distro/Kconfig 2014-04-02 10:14:34.049210553 -0400 -@@ -0,0 +1,110 @@ +--- a/distro/Kconfig 1969-12-31 19:00:00.000000000 -0500 ++++ b/distro/Kconfig 2015-01-02 13:54:45.589830665 -0500 +@@ -0,0 +1,109 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -35,7 +35,6 @@ + select TMPFS + + select MMU -+ select HOTPLUG + select SHMEM + + help @@ -88,13 +87,13 @@ + select AUTOFS4_FS + select BLK_DEV_BSG + select CGROUPS ++ select DEVPTS_MULTIPLE_INSTANCES + select EPOLL + select FANOTIFY + select FHANDLE -+ select HOTPLUG + select INOTIFY_USER + select NET -+ select NET_NS ++ select NET_NS + select PROC_FS + select SIGNALFD + select SYSFS |