summaryrefslogtreecommitdiff
path: root/openwrt/package/busybox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-30 19:57:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-30 19:57:30 +0000
commit5a00b8b98af87419246fc7da60799c2ce85b7dea (patch)
tree953040a9b5179b0e8b09caf43afffa657c85e0bb /openwrt/package/busybox
parent4d3c9e0734333498bb60f9e906f5ff66c73b8bb9 (diff)
downloadmtk-20170518-5a00b8b98af87419246fc7da60799c2ce85b7dea.zip
mtk-20170518-5a00b8b98af87419246fc7da60799c2ce85b7dea.tar.gz
mtk-20170518-5a00b8b98af87419246fc7da60799c2ce85b7dea.tar.bz2
add busybox printf by default
SVN-Revision: 775
Diffstat (limited to 'openwrt/package/busybox')
-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 10cf659..299e060 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.