add busybox printf by default
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 Apr 2005 19:57:30 +0000 (19:57 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 Apr 2005 19:57:30 +0000 (19:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@775 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/busybox/config/coreutils/Config.in

index 10cf659b1017a9a46b43cc561bbf112eba402e12..299e060cc1412852d3646bbc89679978fddcd432 100644 (file)
@@ -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.