[package] busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner)
[openwrt/svn-archive/archive.git] / package / busybox / config / findutils / Config.in
index 32a213b4688baf901681fa080b5cb2dc2053fc5e..80de398cd51b5fc52d3deba08a29dde61288dd30 100644 (file)
@@ -171,6 +171,13 @@ config BUSYBOX_CONFIG_FEATURE_FIND_CONTEXT
        help
          Support the 'find -context' option for matching security context.
 
+config BUSYBOX_CONFIG_FEATURE_FIND_LINKS
+       bool "Enable -links: link count matching"
+       default n
+       depends on BUSYBOX_CONFIG_FIND
+       help
+         Support the 'find -links' option for matching number of links.
+
 config BUSYBOX_CONFIG_GREP
        bool "grep"
        default y