diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2016-07-03 22:13:53 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2016-07-03 22:13:56 -0700 |
commit | d975f1794ddd95a874285dd2902e3d6db77180f6 (patch) | |
tree | 826189d43d1716e9691cb412a2bdd8406c59452c /netboot | |
parent | x86_64: updated networking (diff) | |
download | genkernel-d975f1794ddd95a874285dd2902e3d6db77180f6.tar.gz genkernel-d975f1794ddd95a874285dd2902e3d6db77180f6.tar.bz2 genkernel-d975f1794ddd95a874285dd2902e3d6db77180f6.zip |
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@gentoo.org>
Diffstat (limited to 'netboot')
-rw-r--r-- | netboot/busy-config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |