aboutsummaryrefslogtreecommitdiff
path: root/package/utils/busybox/config/findutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/config/findutils/Config.in')
-rw-r--r--package/utils/busybox/config/findutils/Config.in17
1 files changed, 12 insertions, 5 deletions
diff --git a/package/utils/busybox/config/findutils/Config.in b/package/utils/busybox/config/findutils/Config.in
index 805d44f149..8ea35b7c55 100644
--- a/package/utils/busybox/config/findutils/Config.in
+++ b/package/utils/busybox/config/findutils/Config.in
@@ -7,7 +7,7 @@
menu "Finding Utilities"
config BUSYBOX_CONFIG_FIND
- bool "find (14 kb)"
+ bool "find (16 kb)"
default BUSYBOX_DEFAULT_FIND
help
find is used to search your system to find specified files.
@@ -136,6 +136,13 @@ config BUSYBOX_CONFIG_FEATURE_FIND_EXEC_PLUS
Without this option, -exec + is a synonym for -exec ;
(IOW: it works correctly, but without expected speedup)
+config BUSYBOX_CONFIG_FEATURE_FIND_EXEC_OK
+ bool "Enable -ok: execute confirmed commands"
+ default BUSYBOX_DEFAULT_FEATURE_FIND_EXEC_OK
+ depends on BUSYBOX_CONFIG_FEATURE_FIND_EXEC
+ help
+ Support the 'find -ok' option which prompts before executing.
+
config BUSYBOX_CONFIG_FEATURE_FIND_USER
bool "Enable -user: username/uid matching"
default BUSYBOX_DEFAULT_FEATURE_FIND_USER
@@ -234,19 +241,19 @@ config BUSYBOX_CONFIG_FEATURE_FIND_LINKS
help
Support the 'find -links' option for matching number of links.
config BUSYBOX_CONFIG_GREP
- bool "grep (8.6 kb)"
+ bool "grep (8.9 kb)"
default BUSYBOX_DEFAULT_GREP
help
grep is used to search files for a specified pattern.
config BUSYBOX_CONFIG_EGREP
- bool "egrep (7.8 kb)"
+ bool "egrep (8 kb)"
default BUSYBOX_DEFAULT_EGREP
help
Alias to "grep -E".
config BUSYBOX_CONFIG_FGREP
- bool "fgrep (7.8 kb)"
+ bool "fgrep (8 kb)"
default BUSYBOX_DEFAULT_FGREP
help
Alias to "grep -F".
@@ -260,7 +267,7 @@ config BUSYBOX_CONFIG_FEATURE_GREP_CONTEXT
context surrounding our matching lines.
Print the specified number of context lines (-C).
config BUSYBOX_CONFIG_XARGS
- bool "xargs (7.2 kb)"
+ bool "xargs (7.6 kb)"
default BUSYBOX_DEFAULT_XARGS
help
xargs is used to execute a specified command for