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 | 0b946b862542facb419541856e70c0d99a241bab (patch) | |
| tree | 7bfb232c9e87b6d7e73c6abaae04928606f3abbc | |
| parent | 3e1cfd71b4dde9d736001197d9586e52d46a507b (diff) | |
add busybox printf by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@775 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | package/busybox/config/coreutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index 10cf659b1..299e060cc 100644 --- a/package/busybox/config/coreutils/Config.in +++ b/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. |
