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 B4826138334 for ; Wed, 14 Nov 2018 13:15:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6124E0B50; Wed, 14 Nov 2018 13:15:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6DA73E0B61 for ; Wed, 14 Nov 2018 13:15:58 +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 EDB00335C7D for ; Wed, 14 Nov 2018 13:15:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0297468 for ; Wed, 14 Nov 2018 13:15:54 +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: <1542201338.02d93420a77e577482463edde235c7e489191b63.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: 02d93420a77e577482463edde235c7e489191b63 X-VCS-Branch: 4.18 Date: Wed, 14 Nov 2018 13:15:54 +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: a6a9e747-043b-4ad1-8d2e-a229bbc8d13f X-Archives-Hash: dc1357764c4f5b66152d6026d3f5a8eb commit: 02d93420a77e577482463edde235c7e489191b63 Author: Mike Pagano gentoo org> AuthorDate: Sun Aug 12 23:21:05 2018 +0000 Commit: Mike Pagano gentoo org> CommitDate: Wed Nov 14 13:15:38 2018 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=02d93420 Additional fixes for Gentoo distro patch. Signed-off-by: Mike Pagano gentoo.org> 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 @@