From d8650752bca5e44304ad699615842b29a8160f13 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 30 Apr 2005 19:57:30 +0000 Subject: [PATCH] add busybox printf by default SVN-Revision: 775 --- openwrt/package/busybox/config/coreutils/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2