summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-30 19:57:30 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-30 19:57:30 +0000
commit0f00c9feb7fd1c15dcaf5a2dfeefca631ba5b946 (patch)
tree953040a9b5179b0e8b09caf43afffa657c85e0bb
parent13d1823043073d28c52511fee0529c69f156d1af (diff)
add busybox printf by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@775 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/busybox/config/coreutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/config/coreutils/Config.in b/openwrt/package/busybox/config/coreutils/Config.in
index 10cf659b1..299e060cc 100644
--- a/openwrt/package/busybox/config/coreutils/Config.in
+++ b/openwrt/package/busybox/config/coreutils/Config.in
@@ -337,7 +337,7 @@ config BUSYBOX_CONFIG_OD
config BUSYBOX_CONFIG_PRINTF
bool "printf"
- default n
+ default y
help
printf is used to format and print specified strings.
It's similar to `echo' except it has more options.