diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-30 19:57:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-30 19:57:30 +0000 |
commit | 0f00c9feb7fd1c15dcaf5a2dfeefca631ba5b946 (patch) | |
tree | 953040a9b5179b0e8b09caf43afffa657c85e0bb /openwrt/package | |
parent | 13d1823043073d28c52511fee0529c69f156d1af (diff) |
add busybox printf by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@775 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/busybox/config/coreutils/Config.in | 2 |
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. |