From 706b94b351d574c66f9a6142f5bcae33a98274f3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 29 Nov 2009 00:05:08 +0100 Subject: enable some needed tools by default again --- package/busybox/config/findutils/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/busybox/config/findutils/Config.in') 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 -- cgit v1.2.3