From: nbd Date: Sat, 30 Apr 2005 19:57:30 +0000 (+0000) Subject: add busybox printf by default X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=0b946b862542facb419541856e70c0d99a241bab;p=openwrt-10.03%2F.git add busybox printf by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@775 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.