summaryrefslogtreecommitdiff
path: root/package/busybox/config/findutils/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-08-30 10:20:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-08-30 10:20:41 +0200
commit46b42b19c7dec20400c1c7621d09277bf3d92874 (patch)
treea049bdbc56c981896da1131fcfb23ca178b1f255 /package/busybox/config/findutils/Config.in
parent8865b970f9db91f24472c596117c785cb76cdb2b (diff)
update busybox to latest stable version, refresh all Config.in files
Diffstat (limited to 'package/busybox/config/findutils/Config.in')
-rw-r--r--package/busybox/config/findutils/Config.in33
1 files changed, 16 insertions, 17 deletions
diff --git a/package/busybox/config/findutils/Config.in b/package/busybox/config/findutils/Config.in
index e60537448..072f01bfc 100644
--- a/package/busybox/config/findutils/Config.in
+++ b/package/busybox/config/findutils/Config.in
@@ -1,3 +1,4 @@
+# DO NOT EDIT. This file is generated from Config.src
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
@@ -12,14 +13,6 @@ config BUSYBOX_FIND
help
find is used to search your system to find specified files.
-config BUSYBOX_FEATURE_FIND_EMPTY
- bool "Enable -empty option matching empty files and directories"
- default y
- depends on BUSYBOX_FIND
- help
- Support the 'find -empty' option for searching empty files
- and directories.
-
config BUSYBOX_FEATURE_FIND_PRINT0
bool "Enable -print0: NUL-terminated output"
default y
@@ -69,11 +62,11 @@ config BUSYBOX_FEATURE_FIND_XDEV
This option allows find to restrict searches to a single filesystem.
config BUSYBOX_FEATURE_FIND_MAXDEPTH
- bool "Enable -maxdepth N"
+ bool "Enable -mindepth N and -maxdepth N"
default y
depends on BUSYBOX_FIND
help
- This option enables -maxdepth N option.
+ This option enables -mindepth N and -maxdepth N option.
config BUSYBOX_FEATURE_FIND_NEWER
bool "Enable -newer: compare file modification times"
@@ -81,7 +74,7 @@ config BUSYBOX_FEATURE_FIND_NEWER
depends on BUSYBOX_FIND
help
Support the 'find -newer' option for finding any files which have
- a modified time that is more recent than the specified FILE.
+ modification time that is more recent than the specified FILE.
config BUSYBOX_FEATURE_FIND_INUM
bool "Enable -inum: inode number matching"
@@ -90,6 +83,14 @@ config BUSYBOX_FEATURE_FIND_INUM
help
Support the 'find -inum' option for searching by inode number.
+config BUSYBOX_FEATURE_FIND_EMPTY
+ bool "Enable -empty option matching empty files and directories"
+ default y
+ depends on BUSYBOX_FIND
+ help
+ Support the 'find -empty' option for searching empty files
+ and directories.
+
config BUSYBOX_FEATURE_FIND_EXEC
bool "Enable -exec: execute commands"
default y
@@ -182,11 +183,10 @@ config BUSYBOX_FEATURE_FIND_CONTEXT
config BUSYBOX_FEATURE_FIND_LINKS
bool "Enable -links: link count matching"
- default n
+ default y
depends on BUSYBOX_FIND
help
Support the 'find -links' option for matching number of links.
-
config BUSYBOX_GREP
bool "grep"
depends on !ADK_PACKAGE_GREP
@@ -220,7 +220,6 @@ config BUSYBOX_FEATURE_GREP_CONTEXT
Print the specified number of leading (-B) and/or trailing (-A)
context surrounding our matching lines.
Print the specified number of context lines (-C).
-
config BUSYBOX_XARGS
bool "xargs"
default y
@@ -230,7 +229,7 @@ config BUSYBOX_XARGS
config BUSYBOX_FEATURE_XARGS_SUPPORT_CONFIRMATION
bool "Enable -p: prompt and confirmation"
- default n
+ default y
depends on BUSYBOX_XARGS
help
Support -p: prompt the user whether to run each command
@@ -238,14 +237,14 @@ config BUSYBOX_FEATURE_XARGS_SUPPORT_CONFIRMATION
config BUSYBOX_FEATURE_XARGS_SUPPORT_QUOTES
bool "Enable single and double quotes and backslash"
- default n
+ default y
depends on BUSYBOX_XARGS
help
Support quoting in the input.
config BUSYBOX_FEATURE_XARGS_SUPPORT_TERMOPT
bool "Enable -x: exit if -s or -n is exceeded"
- default n
+ default y
depends on BUSYBOX_XARGS
help
Support -x: exit if the command size (see the -s or -n option)