add busybox printf by default
[openwrt/svn-archive/archive.git] / openwrt / 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.