From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC0F7138334 for ; Sun, 12 Aug 2018 23:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F242E09C6; Sun, 12 Aug 2018 23:21:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4420DE09C6 for ; Sun, 12 Aug 2018 23:21:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9278D335C94 for ; Sun, 12 Aug 2018 23:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B90D1388 for ; Sun, 12 Aug 2018 23:21:15 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1534116065.c56abec7377849868ed5871c56523c1567e3dc77.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:4.18 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 4567_distro-Gentoo-Kconfig.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: c56abec7377849868ed5871c56523c1567e3dc77 X-VCS-Branch: 4.18 Date: Sun, 12 Aug 2018 23:21:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 916bb7b3-05db-457c-b957-03eddf11a208 X-Archives-Hash: a57cbc3a04aecf8edd4da9da264a2df7 commit: c56abec7377849868ed5871c56523c1567e3dc77 Author: Mike Pagano gentoo org> AuthorDate: Sun Aug 12 23:21:05 2018 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sun Aug 12 23:21:05 2018 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=c56abec7 Additional fixes for Gentoo distro patch. 4567_distro-Gentoo-Kconfig.patch | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 5555b8a..43bae55 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 @@