summaryrefslogtreecommitdiffstats
path: root/rules/findutils.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2007-03-09 12:33:51 +0000
committerLadislav Michl <ladis@linux-mips.org>2007-03-09 12:33:51 +0000
commit2717efb7a43fed32d52faa5a63d71607aacbc22a (patch)
tree4cb98e6a58936ddc601a29ab721c0167be2f1c6d /rules/findutils.in
parent6d52c5a55675e0c524603a960868c89973864edb (diff)
downloadptxdist-2717efb7a43fed32d52faa5a63d71607aacbc22a.tar.gz
ptxdist-2717efb7a43fed32d52faa5a63d71607aacbc22a.tar.xz
Upgrade to busybox-1.4.1
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7040 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/findutils.in')
-rw-r--r--rules/findutils.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/findutils.in b/rules/findutils.in
index 2494b2721..7d64ed90a 100644
--- a/rules/findutils.in
+++ b/rules/findutils.in
@@ -8,27 +8,27 @@ menuconfig FINDUTILS
config FINDUTILS_FIND
bool
- depends on FINDUTILS && !BB_CONFIG_FIND
+ depends on FINDUTILS && !BB_FIND
prompt "find"
help
Searches given directory trees for files matching the specified criteria
comment "busy box' find is selected!"
- depends on FINDUTILS && BB_CONFIG_FIND
+ depends on FINDUTILS && BB_FIND
config FINDUTILS_XARGS
bool
- depends on FINDUTILS && !BB_CONFIG_XARGS
+ depends on FINDUTILS && !BB_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 FINDUTILS && BB_CONFIG_XARGS
+ depends on FINDUTILS && BB_XARGS
config FINDUTILS_DATABASE
bool
- depends on FINDUTILS && !BB_CONFIG_FIND && !BB_CONFIG_XARGS
+ depends on FINDUTILS && !BB_FIND && !BB_XARGS
select FINDUTILS_FIND
select FINDUTILS_XARGS
prompt "database support"