add busybox printf by default
authorFelix Fietkau <nbd@openwrt.org>
Sat, 30 Apr 2005 19:57:30 +0000 (19:57 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 30 Apr 2005 19:57:30 +0000 (19:57 +0000)
SVN-Revision: 775

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.