diff options
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index cb2eaa63..ebcd606e 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -6,8 +6,8 @@ source "Documentation/Kconfig" + +source "distro/Kconfig" ---- /dev/null 2020-05-13 03:13:57.920193259 -0400 -+++ b/distro/Kconfig 2020-05-13 07:51:36.841663359 -0400 +--- /dev/null 2020-09-24 03:06:47.590000000 -0400 ++++ b/distro/Kconfig 2020-09-24 11:09:36.442549224 -0400 @@ -0,0 +1,157 @@ +menu "Gentoo Linux" + @@ -145,6 +145,7 @@ + select TIMERFD + select TMPFS_POSIX_ACL + select TMPFS_XATTR ++ select USER_NS + + select ANON_INODES + select BLOCK @@ -165,4 +166,3 @@ + +endmenu + -+endmenu |