summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2018-09-28 08:14:34 -0400
committerMike Pagano <mpagano@gentoo.org>2018-09-28 08:14:34 -0400
commit1a80dfb4f02b0e2adc5b718afbb0f2f6398a4544 (patch)
tree3ad5130214027d426875156a9733bdf84c9b1242
parentEnable crypto API for systemd as its required for systemd versions >= 233. Se... (diff)
downloadlinux-patches-1a80dfb4f02b0e2adc5b718afbb0f2f6398a4544.tar.gz
linux-patches-1a80dfb4f02b0e2adc5b718afbb0f2f6398a4544.tar.bz2
linux-patches-1a80dfb4f02b0e2adc5b718afbb0f2f6398a4544.zip
Update of Gentoo distro patch for 4.19
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r--4567_distro-Gentoo-Kconfig.patch13
1 files changed, 6 insertions, 7 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 5555b8ae..ec317680 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -1,12 +1,11 @@
---- a/Kconfig 2016-07-01 19:22:17.117439707 -0400
-+++ b/Kconfig 2016-07-01 19:21:54.371440596 -0400
-@@ -8,4 +8,6 @@ config SRCARCH
- string
- option env="SRCARCH"
+--- 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"
-+source "distro/Kconfig"
+ source "lib/Kconfig.debug"
+
- source "arch/$SRCARCH/Kconfig"
++source "distro/Kconfig"
--- /dev/null 2017-03-02 01:55:04.096566155 -0500
+++ b/distro/Kconfig 2017-03-02 11:12:05.049448255 -0500
@@ -0,0 +1,145 @@