diff options
author | Matheus Izvekov <mizvekov@gmail.com> | 2010-01-06 09:19:04 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-06 09:19:04 +0100 |
commit | d0f601f066d290d4a2dfb08ab724c6c7f4353649 (patch) | |
tree | 24659bc853cd541a5dff29e6754d1568a3d354c2 /findutils/Config.in | |
parent | 839fd71077d457c9e86afc56ba5cc54a0e1fcfb8 (diff) | |
download | busybox-w32-d0f601f066d290d4a2dfb08ab724c6c7f4353649.tar.gz busybox-w32-d0f601f066d290d4a2dfb08ab724c6c7f4353649.tar.bz2 busybox-w32-d0f601f066d290d4a2dfb08ab724c6c7f4353649.zip |
find: add optional support for -links. +100 bytes
Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 |