aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-01 22:36:39 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-01 22:36:39 +0000
commitcd2663f15e74274619dd97dc382bb858ac255872 (patch)
treef86565e574c3488794383b910b9f3fa3ae27df48 /shell/Config.in
parentd78920675f31d6ec87dc883c4edc0f3862b22f6a (diff)
downloadbusybox-w32-cd2663f15e74274619dd97dc382bb858ac255872.tar.gz
busybox-w32-cd2663f15e74274619dd97dc382bb858ac255872.tar.bz2
busybox-w32-cd2663f15e74274619dd97dc382bb858ac255872.zip
ash: optional printf builtin. +25 bytes if off, +35 if on.
by Cristian Ionescu-Idbohrn.
Diffstat (limited to 'shell/Config.in')
-rw-r--r--shell/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 94ffa09f8..a6701622c 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -114,6 +114,13 @@ config ASH_BUILTIN_ECHO
114 help 114 help
115 Enable support for echo, builtin to ash. 115 Enable support for echo, builtin to ash.
116 116
117config ASH_BUILTIN_PRINTF
118 bool "Builtin version of 'printf'"
119 default y
120 depends on ASH
121 help
122 Enable support for printf, builtin to ash.
123
117config ASH_BUILTIN_TEST 124config ASH_BUILTIN_TEST
118 bool "Builtin version of 'test'" 125 bool "Builtin version of 'test'"
119 default y 126 default y