diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-30 19:57:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-30 19:57:30 +0000 |
commit | 9a1cfd2865b38bf2456a67005cb36a477eac8453 (patch) | |
tree | 7bfb232c9e87b6d7e73c6abaae04928606f3abbc /package | |
parent | 73115873ff8200e8ee80b5248e6e9ef3774b3fe7 (diff) | |
download | upstream-9a1cfd2865b38bf2456a67005cb36a477eac8453.tar.gz upstream-9a1cfd2865b38bf2456a67005cb36a477eac8453.tar.bz2 upstream-9a1cfd2865b38bf2456a67005cb36a477eac8453.zip |
add busybox printf by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@775 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 10cf659b10..299e060cc1 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. |