summaryrefslogtreecommitdiff
path: root/package/busybox/config/findutils/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-29 00:05:08 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-29 00:05:08 +0100
commit706b94b351d574c66f9a6142f5bcae33a98274f3 (patch)
tree67ebc103fa4fb535a41c6d4088f865dd15eacb02 /package/busybox/config/findutils/Config.in
parent0ba71fe6deb9d028d305483071ca47b85081b672 (diff)
enable some needed tools by default again
Diffstat (limited to 'package/busybox/config/findutils/Config.in')
-rw-r--r--package/busybox/config/findutils/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/findutils/Config.in b/package/busybox/config/findutils/Config.in
index 695c55759..1869113ca 100644
--- a/package/busybox/config/findutils/Config.in
+++ b/package/busybox/config/findutils/Config.in
@@ -214,7 +214,7 @@ config BUSYBOX_FEATURE_GREP_CONTEXT
config BUSYBOX_XARGS
bool "xargs"
- default n
+ default y
help
xargs is used to execute a specified command for
every item from standard input.
@@ -244,7 +244,7 @@ config BUSYBOX_FEATURE_XARGS_SUPPORT_TERMOPT
config BUSYBOX_FEATURE_XARGS_SUPPORT_ZERO_TERM
bool "Enable -0: NUL-terminated input"
- default n
+ default y
depends on BUSYBOX_XARGS
help
Support -0: input items are terminated by a NUL character