summaryrefslogtreecommitdiff
path: root/package/busybox/config/findutils/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-08-06 03:39:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-08-06 03:39:36 +0200
commite4800c73e63e51cb143566ccf0ec0d95981969ff (patch)
tree1e1ae62a8ca1013868ced4cbdb1292ea660b1964 /package/busybox/config/findutils/Config.in
parentfbbbdb0707fda9cf8e7578f5c8bc785a0e7da2eb (diff)
busybox: update to latest
Diffstat (limited to 'package/busybox/config/findutils/Config.in')
-rw-r--r--package/busybox/config/findutils/Config.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/busybox/config/findutils/Config.in b/package/busybox/config/findutils/Config.in
index a9bb761b2..09c30f6d5 100644
--- a/package/busybox/config/findutils/Config.in
+++ b/package/busybox/config/findutils/Config.in
@@ -54,6 +54,11 @@ config BUSYBOX_FEATURE_FIND_TYPE
Enable searching based on file type (file,
directory, socket, device, etc.).
+config BUSYBOX_FEATURE_FIND_EXECUTABLE
+ bool "Enable -executable: file is executable"
+ default y
+ depends on BUSYBOX_FIND
+
config BUSYBOX_FEATURE_FIND_XDEV
bool "Enable -xdev: 'stay in filesystem'"
default y
@@ -161,6 +166,13 @@ config BUSYBOX_FEATURE_FIND_PRUNE
If the file is a directory, dont descend into it. Useful for
exclusion .svn and CVS directories.
+config BUSYBOX_FEATURE_FIND_QUIT
+ bool "Enable -quit: exit"
+ default y
+ depends on BUSYBOX_FIND
+ help
+ If this action is reached, 'find' exits.
+
config BUSYBOX_FEATURE_FIND_DELETE
bool "Enable -delete: delete files/dirs"
default y
@@ -274,4 +286,14 @@ config BUSYBOX_FEATURE_XARGS_SUPPORT_REPL_STR
help
Support -I STR and -i[STR] options.
+config BUSYBOX_FEATURE_XARGS_SUPPORT_PARALLEL
+ bool "Enable -P N: processes to run in parallel"
+ default y
+ depends on BUSYBOX_XARGS
+
+config BUSYBOX_FEATURE_XARGS_SUPPORT_ARGS_FILE
+ bool "Enable -a FILE: use FILE instead of stdin"
+ default y
+ depends on BUSYBOX_XARGS
+
endmenu