diff options
-rw-r--r-- | findutils/Config.in | 6 |
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" | |||
8 | config FIND | 8 | config 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 | |||
189 | config GREP | 189 | config 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 | |||
223 | config XARGS | 223 | config 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. |