projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d3c9e0
)
add busybox printf by default
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 30 Apr 2005 19:57:30 +0000
(19:57 +0000)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/openwrt/package/busybox/config/coreutils/Config.in
b/openwrt/package/busybox/config/coreutils/Config.in
index 10cf659b1017a9a46b43cc561bbf112eba402e12..299e060cc1412852d3646bbc89679978fddcd432 100644
(file)
--- 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.