diff options
author | Mike Pagano <mpagano@gentoo.org> | 2019-08-07 08:38:53 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2019-08-07 08:38:53 -0400 |
commit | c06588b6dfcbf141151a676a7d126155e1f5bc44 (patch) | |
tree | 5ea188a5a47766d4726fc0249d8fad4ea2914452 | |
parent | proj/linux-patches: Select PID_NS to support FEATURES=pid-sandbox (diff) | |
download | linux-patches-c06588b6dfcbf141151a676a7d126155e1f5bc44.tar.gz linux-patches-c06588b6dfcbf141151a676a7d126155e1f5bc44.tar.bz2 linux-patches-c06588b6dfcbf141151a676a7d126155e1f5bc44.zip |
Update Gentoo Kernel Linux distro patch
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index d6e791ac..6ac82089 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,9 +1,9 @@ ---- a/Kconfig 2018-09-28 08:08:05.058882080 -0400 -+++ b/Kconfig 2018-09-28 08:09:17.869573745 -0400 -@@ -30,3 +30,5 @@ source "crypto/Kconfig" - source "lib/Kconfig" - +--- a/Kconfig 2019-08-07 08:33:43.669367779 -0400 ++++ b/Kconfig 2019-08-07 08:34:29.669657000 -0400 +@@ -32,3 +32,5 @@ source "lib/Kconfig" source "lib/Kconfig.debug" + + source "Documentation/Kconfig" + +source "distro/Kconfig" --- /dev/null 2018-12-28 10:40:34.089999934 -0500 |