summaryrefslogtreecommitdiffstats
path: root/rules/findutils.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-04 13:40:36 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-04 13:40:36 +0000
commitec07a5b4294f510b5a757c97ec88bbdde2873f13 (patch)
tree6109e33cc5acc04fea727ef7025a3de83070aa38 /rules/findutils.in
parent42b7f06be0f2713cece1198a56b52290769205c9 (diff)
downloadptxdist-ec07a5b4294f510b5a757c97ec88bbdde2873f13.tar.gz
ptxdist-ec07a5b4294f510b5a757c97ec88bbdde2873f13.tar.xz
* patches/busybox-1.10.4, patches/busybox-1.13.2:
ported * rules/*.in: changed busybox config symbol from BB_CONFIG to BUSYBOX * config/busybox/* changed busybox config symbol from BB_CONFIG to BUSYBOX imported from busybox-1.13.2 * rules/busybox.make: version bump to 1.13.2 changed busybox config symbol from BB_CONFIG to BUSYBOX git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9373 33e552b5-05e3-0310-8538-816dae2090ed
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"