summaryrefslogtreecommitdiffstats
path: root/rules/findutils.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/findutils.in')
-rw-r--r--rules/findutils.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/findutils.in b/rules/findutils.in
index 54f50e1af..2c8ca5238 100644
--- a/rules/findutils.in
+++ b/rules/findutils.in
@@ -11,27 +11,27 @@ if FINDUTILS
config FINDUTILS_FIND
bool
- depends on !BB_CONFIG_FIND
+ depends on !BUSYBOX_FIND
prompt "find"
help
Searches given directory trees for files matching the specified criteria
-comment "busy box' find is selected!"
- depends on BB_CONFIG_FIND
+comment "BusyBox' find is selected!"
+ depends on BUSYBOX_FIND
config FINDUTILS_XARGS
bool
- depends on !BB_CONFIG_XARGS
+ depends on !BUSYBOX_XARGS
prompt "xargs"
help
Can be used to apply a given command to a list of files
-comment "busy box' xargs is selected!"
- depends on BB_CONFIG_XARGS
+comment "BusyBox' xargs is selected!"
+ depends on BUSYBOX_XARGS
config FINDUTILS_DATABASE
bool
- depends on !BB_CONFIG_FIND && !BB_CONFIG_XARGS
+ depends on !BUSYBOX_FIND && !BUSYBOX_XARGS
select FINDUTILS_FIND
select FINDUTILS_XARGS
prompt "database support"