aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-29 22:09:01 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-29 22:09:01 +0200
commit5e22f1cb63ee9e65a0efb6a789ff68cda93afef5 (patch)
tree1890fe85ea6e84a17369a513ae9573f43372ec8c
parentd4e485cf4a55d0b079d8e2607a98aef7959130a0 (diff)
downloadbusybox-w32-5e22f1cb63ee9e65a0efb6a789ff68cda93afef5.tar.gz
busybox-w32-5e22f1cb63ee9e65a0efb6a789ff68cda93afef5.tar.bz2
busybox-w32-5e22f1cb63ee9e65a0efb6a789ff68cda93afef5.zip
Config.in: findutils
-rw-r--r--findutils/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index d6610bc43..62bdd207e 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -8,7 +8,7 @@ menu "Finding Utilities"
8config FIND 8config FIND
9 bool "find" 9 bool "find"
10 default n 10 default n
11 depends on PLATFORM_POSIX 11 depends on PLATFORM_POSIX || PLATFORM_MINGW32
12 help 12 help
13 find is used to search your system to find specified files. 13 find is used to search your system to find specified files.
14 14
@@ -189,7 +189,7 @@ config FEATURE_FIND_LINKS
189config GREP 189config GREP
190 bool "grep" 190 bool "grep"
191 default n 191 default n
192 depends on PLATFORM_POSIX 192 depends on PLATFORM_POSIX || PLATFORM_MINGW32
193 help 193 help
194 grep is used to search files for a specified pattern. 194 grep is used to search files for a specified pattern.
195 195
@@ -223,7 +223,7 @@ config FEATURE_GREP_CONTEXT
223config XARGS 223config XARGS
224 bool "xargs" 224 bool "xargs"
225 default n 225 default n
226 depends on PLATFORM_POSIX 226 depends on PLATFORM_POSIX || PLATFORM_MINGW32
227 help 227 help
228 xargs is used to execute a specified command for 228 xargs is used to execute a specified command for
229 every item from standard input. 229 every item from standard input.