Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:4.18 commit in: /
Date: Wed, 14 Nov 2018 13:15:59
Message-Id: 1542201338.02d93420a77e577482463edde235c7e489191b63.mpagano@gentoo
1 commit: 02d93420a77e577482463edde235c7e489191b63
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 12 23:21:05 2018 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 14 13:15:38 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=02d93420
7
8 Additional fixes for Gentoo distro patch.
9
10 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
11
12 4567_distro-Gentoo-Kconfig.patch | 13 ++++++-------
13 1 file changed, 6 insertions(+), 7 deletions(-)
14
15 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
16 index 5555b8a..43bae55 100644
17 --- a/4567_distro-Gentoo-Kconfig.patch
18 +++ b/4567_distro-Gentoo-Kconfig.patch
19 @@ -1,12 +1,11 @@
20 ---- a/Kconfig 2016-07-01 19:22:17.117439707 -0400
21 -+++ b/Kconfig 2016-07-01 19:21:54.371440596 -0400
22 -@@ -8,4 +8,6 @@ config SRCARCH
23 - string
24 - option env="SRCARCH"
25 +--- a/Kconfig 2018-08-12 19:17:17.558649438 -0400
26 ++++ b/Kconfig 2018-08-12 19:17:44.434897289 -0400
27 +@@ -10,3 +10,5 @@ comment "Compiler: $(CC_VERSION_TEXT)"
28 + source "scripts/Kconfig.include"
29
30 -+source "distro/Kconfig"
31 + source "arch/$(SRCARCH)/Kconfig"
32 +
33 - source "arch/$SRCARCH/Kconfig"
34 ++source "distro/Kconfig"
35 --- /dev/null 2017-03-02 01:55:04.096566155 -0500
36 +++ b/distro/Kconfig 2017-03-02 11:12:05.049448255 -0500
37 @@ -0,0 +1,145 @@