X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a656395fe8018b9cdc0432a53e551a3af890b698..5e10b16d95550d4656d8b594f3cbb6a3892db688:/package/busybox/config/findutils/Config.in diff --git a/package/busybox/config/findutils/Config.in b/package/busybox/config/findutils/Config.in index 32a213b46..80de398cd 100644 --- a/package/busybox/config/findutils/Config.in +++ b/package/busybox/config/findutils/Config.in @@ -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