projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Standardize configure invocation
[openwrt.git]
/
openwrt
/
package
/
busybox
/
config
/
coreutils
/
Config.in
diff --git
a/openwrt/package/busybox/config/coreutils/Config.in
b/openwrt/package/busybox/config/coreutils/Config.in
index
10cf659
..
9d97e3c
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"
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.
help
printf is used to format and print specified strings.
It's similar to `echo' except it has more options.
@@
-369,7
+369,7
@@
config BUSYBOX_CONFIG_RMDIR
config BUSYBOX_CONFIG_SEQ
bool "seq"
config BUSYBOX_CONFIG_SEQ
bool "seq"
- default
n
+ default
y
help
print a sequence of numbers
help
print a sequence of numbers
This page took
0.026473 seconds
and
4
git commands to generate.