diff options
Diffstat (limited to 'findutils/Config.in')
-rw-r--r-- | findutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index f274ad1c6..8582d6446 100644 --- a/findutils/Config.in +++ b/findutils/Config.in | |||
@@ -171,6 +171,13 @@ config FEATURE_FIND_CONTEXT | |||
171 | help | 171 | help |
172 | Support the 'find -context' option for matching security context. | 172 | Support the 'find -context' option for matching security context. |
173 | 173 | ||
174 | config FEATURE_FIND_LINKS | ||
175 | bool "Enable -links: link count matching" | ||
176 | default n | ||
177 | depends on FIND | ||
178 | help | ||
179 | Support the 'find -links' option for matching number of links. | ||
180 | |||
174 | config GREP | 181 | config GREP |
175 | bool "grep" | 182 | bool "grep" |
176 | default n | 183 | default n |