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
