diff options
author | Matheus Izvekov | 2010-01-06 09:19:04 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-01-06 09:19:04 +0100 |
commit | d0f601f066d290d4a2dfb08ab724c6c7f4353649 (patch) | |
tree | 24659bc853cd541a5dff29e6754d1568a3d354c2 /findutils/Config.in | |
parent | 839fd71077d457c9e86afc56ba5cc54a0e1fcfb8 (diff) | |
download | busybox-d0f601f066d290d4a2dfb08ab724c6c7f4353649.zip busybox-d0f601f066d290d4a2dfb08ab724c6c7f4353649.tar.gz |
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 f274ad1..8582d64 100644 --- a/findutils/Config.in +++ b/findutils/Config.in @@ -171,6 +171,13 @@ config FEATURE_FIND_CONTEXT help Support the 'find -context' option for matching security context. +config FEATURE_FIND_LINKS + bool "Enable -links: link count matching" + default n + depends on FIND + help + Support the 'find -links' option for matching number of links. + config GREP bool "grep" default n |