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 A8014139087 for ; Mon, 2 Jan 2017 22:27:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D66CDE0D8D; Mon, 2 Jan 2017 22:27:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB091E0D2B for ; Mon, 2 Jan 2017 22:27:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD4BB34105A for ; Mon, 2 Jan 2017 22:27:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72887261D for ; Mon, 2 Jan 2017 22:27:00 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1483395298.f502fd4de64f3e2140659e68a430577f2f5227f1.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_compile.sh X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: f502fd4de64f3e2140659e68a430577f2f5227f1 X-VCS-Branch: master Date: Mon, 2 Jan 2017 22:27:00 +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: 71161f03-a3b8-4b87-b21d-11ff0621fc2d X-Archives-Hash: 7d6dfcd2556230ee57f9ef8846d88339 commit: f502fd4de64f3e2140659e68a430577f2f5227f1 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Jan 2 22:14:58 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Jan 2 22:14:58 2017 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=f502fd4d gen_compile: cleaner config changing. Signed-off-by: Robin H. Johnson gentoo.org> gen_compile.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gen_compile.sh b/gen_compile.sh index 04a7bd4..7cc4733 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -417,9 +417,7 @@ compile_busybox() { cp "${BUSYBOX_CONFIG}" "${TEMP}/busybox-config" if isTrue "${NFS}" then - sed -i \ - -e 's/.*CONFIG_FEATURE_MOUNT_NFS.*/CONFIG_FEATURE_MOUNT_NFS=y/' \ - "${TEMP}/busybox-config" + kconfig_set_opt "${TEMP}/busybox-config" CONFIG_FEATURE_MOUNT_NFS y fi # Delete cache if stored config's MD5 does not match one to be used