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 669801382E6 for ; Mon, 4 Jul 2016 05:29:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B52EAE0AD7; Mon, 4 Jul 2016 05:29:23 +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 207A9E0AC3 for ; Mon, 4 Jul 2016 05:29:23 +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 A86E4340D90 for ; Mon, 4 Jul 2016 05:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E2132440 for ; Mon, 4 Jul 2016 05:29:11 +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: <1467609236.d975f1794ddd95a874285dd2902e3d6db77180f6.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: arch/um/, defaults/, arch/mips/, netboot/ X-VCS-Repository: proj/genkernel X-VCS-Files: arch/mips/nb-busybox.cf arch/um/busy-config defaults/busy-config netboot/busy-config X-VCS-Directories: arch/um/ defaults/ netboot/ arch/mips/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: d975f1794ddd95a874285dd2902e3d6db77180f6 X-VCS-Branch: master Date: Mon, 4 Jul 2016 05:29:11 +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: 39180de7-6aae-4d5a-b152-2c2aa1c9d132 X-Archives-Hash: 17485a20e855e15394867f544e094c43 commit: d975f1794ddd95a874285dd2902e3d6db77180f6 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Jul 4 05:13:53 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Jul 4 05:13:56 2016 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=d975f179 busybox: always include printf. Commit cc02d07dedbc737855ec0711dd52d4654c9a7404 switched to more use of printf, but we need to ensure it's always included in busybox to be safely used. Signed-off-by: Robin H. Johnson gentoo.org> arch/mips/nb-busybox.cf | 2 +- arch/um/busy-config | 2 +- defaults/busy-config | 2 +- netboot/busy-config | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/mips/nb-busybox.cf b/arch/mips/nb-busybox.cf index 6053e5c..2dd1826 100644 --- a/arch/mips/nb-busybox.cf +++ b/arch/mips/nb-busybox.cf @@ -163,7 +163,7 @@ CONFIG_NICE=y # CONFIG_NOHUP is not set # CONFIG_OD is not set CONFIG_PRINTENV=y -# CONFIG_PRINTF is not set +CONFIG_PRINTF=y CONFIG_PWD=y # CONFIG_REALPATH is not set CONFIG_RM=y diff --git a/arch/um/busy-config b/arch/um/busy-config index c543820..7179e42 100644 --- a/arch/um/busy-config +++ b/arch/um/busy-config @@ -104,7 +104,7 @@ CONFIG_MKDIR=y CONFIG_MKNOD=y CONFIG_MV=y # CONFIG_OD is not set -# CONFIG_PRINTF is not set +CONFIG_PRINTF=y CONFIG_PWD=y # CONFIG_REALPATH is not set CONFIG_RM=y diff --git a/defaults/busy-config b/defaults/busy-config index c3a4238..d1eac0f 100644 --- a/defaults/busy-config +++ b/defaults/busy-config @@ -245,7 +245,7 @@ CONFIG_MV=y # CONFIG_NOHUP is not set # CONFIG_OD is not set # CONFIG_PRINTENV is not set -# CONFIG_PRINTF is not set +CONFIG_PRINTF=y CONFIG_PWD=y CONFIG_READLINK=y # CONFIG_FEATURE_READLINK_FOLLOW is not set diff --git a/netboot/busy-config b/netboot/busy-config index d4b9e29..2d88403 100644 --- a/netboot/busy-config +++ b/netboot/busy-config @@ -196,7 +196,7 @@ CONFIG_NICE=y # CONFIG_NOHUP is not set # CONFIG_OD is not set CONFIG_PRINTENV=y -# CONFIG_PRINTF is not set +CONFIG_PRINTF=y CONFIG_PWD=y CONFIG_READLINK=y # CONFIG_FEATURE_READLINK_FOLLOW is not set