From: Felix Fietkau Date: Sat, 30 Apr 2005 19:57:30 +0000 (+0000) Subject: add busybox printf by default X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1c2f527a98b58723cee0eb3f5668ab1f75f082d7;p=15.05%2Fopenwrt.git add busybox printf by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@775 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/busybox/config/coreutils/Config.in b/openwrt/package/busybox/config/coreutils/Config.in index 10cf659b10..299e060cc1 100644 --- a/openwrt/package/busybox/config/coreutils/Config.in +++ b/openwrt/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.