diff options
author | 2018-08-12 19:21:05 -0400 | |
---|---|---|
committer | 2018-08-12 19:21:05 -0400 | |
commit | c56abec7377849868ed5871c56523c1567e3dc77 (patch) | |
tree | 3e8d9ea591b0b5f3335913275231ea4b9e4a1614 | |
parent | Update Gentoo distro patch. (diff) | |
download | linux-patches-4.18-2.tar.gz linux-patches-4.18-2.tar.bz2 linux-patches-4.18-2.zip |
Additional fixes for Gentoo distro patch.4.18-2
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 5555b8ae..43bae55e 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-08-12 19:17:17.558649438 -0400 ++++ b/Kconfig 2018-08-12 19:17:44.434897289 -0400 +@@ -10,3 +10,5 @@ comment "Compiler: $(CC_VERSION_TEXT)" + source "scripts/Kconfig.include" -+source "distro/Kconfig" + source "arch/$(SRCARCH)/Kconfig" + - 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 @@ |