From: Felix Fietkau Date: Sat, 30 Apr 2005 19:57:30 +0000 (+0000) Subject: add busybox printf by default X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5a00b8b98af87419246fc7da60799c2ce85b7dea;p=librecmc%2Flibrecmc.git add busybox printf by default SVN-Revision: 775 --- 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.