diff options
Diffstat (limited to 'findutils/Config.in')
-rw-r--r-- | findutils/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index 8582d6446..9cd4a1908 100644 --- a/findutils/Config.in +++ b/findutils/Config.in | |||
@@ -8,6 +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 | help | 12 | help |
12 | find is used to search your system to find specified files. | 13 | find is used to search your system to find specified files. |
13 | 14 | ||
@@ -181,6 +182,7 @@ config FEATURE_FIND_LINKS | |||
181 | config GREP | 182 | config GREP |
182 | bool "grep" | 183 | bool "grep" |
183 | default n | 184 | default n |
185 | depends on PLATFORM_POSIX | ||
184 | help | 186 | help |
185 | grep is used to search files for a specified pattern. | 187 | grep is used to search files for a specified pattern. |
186 | 188 | ||
@@ -214,6 +216,7 @@ config FEATURE_GREP_CONTEXT | |||
214 | config XARGS | 216 | config XARGS |
215 | bool "xargs" | 217 | bool "xargs" |
216 | default n | 218 | default n |
219 | depends on PLATFORM_POSIX | ||
217 | help | 220 | help |
218 | xargs is used to execute a specified command for | 221 | xargs is used to execute a specified command for |
219 | every item from standard input. | 222 | every item from standard input. |