Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: arch/um/, defaults/, arch/mips/, netboot/
Date: Mon, 04 Jul 2016 05:29:26
Message-Id: 1467609236.d975f1794ddd95a874285dd2902e3d6db77180f6.robbat2@gentoo
1 commit: d975f1794ddd95a874285dd2902e3d6db77180f6
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 05:13:53 2016 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 05:13:56 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=d975f179
7
8 busybox: always include printf.
9
10 Commit cc02d07dedbc737855ec0711dd52d4654c9a7404 switched to more use of
11 printf, but we need to ensure it's always included in busybox to be
12 safely used.
13
14 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
15
16 arch/mips/nb-busybox.cf | 2 +-
17 arch/um/busy-config | 2 +-
18 defaults/busy-config | 2 +-
19 netboot/busy-config | 2 +-
20 4 files changed, 4 insertions(+), 4 deletions(-)
21
22 diff --git a/arch/mips/nb-busybox.cf b/arch/mips/nb-busybox.cf
23 index 6053e5c..2dd1826 100644
24 --- a/arch/mips/nb-busybox.cf
25 +++ b/arch/mips/nb-busybox.cf
26 @@ -163,7 +163,7 @@ CONFIG_NICE=y
27 # CONFIG_NOHUP is not set
28 # CONFIG_OD is not set
29 CONFIG_PRINTENV=y
30 -# CONFIG_PRINTF is not set
31 +CONFIG_PRINTF=y
32 CONFIG_PWD=y
33 # CONFIG_REALPATH is not set
34 CONFIG_RM=y
35
36 diff --git a/arch/um/busy-config b/arch/um/busy-config
37 index c543820..7179e42 100644
38 --- a/arch/um/busy-config
39 +++ b/arch/um/busy-config
40 @@ -104,7 +104,7 @@ CONFIG_MKDIR=y
41 CONFIG_MKNOD=y
42 CONFIG_MV=y
43 # CONFIG_OD is not set
44 -# CONFIG_PRINTF is not set
45 +CONFIG_PRINTF=y
46 CONFIG_PWD=y
47 # CONFIG_REALPATH is not set
48 CONFIG_RM=y
49
50 diff --git a/defaults/busy-config b/defaults/busy-config
51 index c3a4238..d1eac0f 100644
52 --- a/defaults/busy-config
53 +++ b/defaults/busy-config
54 @@ -245,7 +245,7 @@ CONFIG_MV=y
55 # CONFIG_NOHUP is not set
56 # CONFIG_OD is not set
57 # CONFIG_PRINTENV is not set
58 -# CONFIG_PRINTF is not set
59 +CONFIG_PRINTF=y
60 CONFIG_PWD=y
61 CONFIG_READLINK=y
62 # CONFIG_FEATURE_READLINK_FOLLOW is not set
63
64 diff --git a/netboot/busy-config b/netboot/busy-config
65 index d4b9e29..2d88403 100644
66 --- a/netboot/busy-config
67 +++ b/netboot/busy-config
68 @@ -196,7 +196,7 @@ CONFIG_NICE=y
69 # CONFIG_NOHUP is not set
70 # CONFIG_OD is not set
71 CONFIG_PRINTENV=y
72 -# CONFIG_PRINTF is not set
73 +CONFIG_PRINTF=y
74 CONFIG_PWD=y
75 CONFIG_READLINK=y
76 # CONFIG_FEATURE_READLINK_FOLLOW is not set