summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2020-05-13 07:55:40 -0400
committerMike Pagano <mpagano@gentoo.org>2020-05-13 07:55:40 -0400
commit99be2b12d7d8173df51d997d1ed9abda418b0298 (patch)
treea85fb0b8e34eac2a9f68e9a883f728d81b2580e6 /4567_distro-Gentoo-Kconfig.patch
parentUpdate distro Kconfig to support needed options for elogind (diff)
downloadlinux-patches-99be2b12d7d8173df51d997d1ed9abda418b0298.tar.gz
linux-patches-99be2b12d7d8173df51d997d1ed9abda418b0298.tar.bz2
linux-patches-99be2b12d7d8173df51d997d1ed9abda418b0298.zip
Add UTS_NS to GENTOO_LINUX_PORTAGE as required by portage since 2.3.99
Bug: https://bugs.gentoo.org/722772 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to '4567_distro-Gentoo-Kconfig.patch')
-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 581cb205..cb2eaa63 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -6,9 +6,9 @@
source "Documentation/Kconfig"
+
+source "distro/Kconfig"
---- /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 @@
+--- /dev/null 2020-05-13 03:13:57.920193259 -0400
++++ b/distro/Kconfig 2020-05-13 07:51:36.841663359 -0400
+@@ -0,0 +1,157 @@
+menu "Gentoo Linux"
+
+config GENTOO_LINUX
@@ -65,6 +65,7 @@
+ select NET_NS
+ select PID_NS
+ select SYSVIPC
++ select UTS_NS
+
+ help
+ This enables options required by various Portage FEATURES.