* [gentoo-commits] proj/genkernel:master commit in: arch/um/, defaults/, arch/mips/, netboot/
@ 2016-07-04 5:29 Robin H. Johnson
0 siblings, 0 replies; only message in thread
From: Robin H. Johnson @ 2016-07-04 5:29 UTC (permalink / raw
To: gentoo-commits
commit: d975f1794ddd95a874285dd2902e3d6db77180f6
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 4 05:13:53 2016 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> 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 <robbat2 <AT> 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-07-04 5:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-04 5:29 [gentoo-commits] proj/genkernel:master commit in: arch/um/, defaults/, arch/mips/, netboot/ Robin H. Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox