diff options
Diffstat (limited to 'package/utils/busybox/config/findutils')
-rw-r--r-- | package/utils/busybox/config/findutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/utils/busybox/config/findutils/Config.in b/package/utils/busybox/config/findutils/Config.in index bebcbb39ef..89901ca59d 100644 --- a/package/utils/busybox/config/findutils/Config.in +++ b/package/utils/busybox/config/findutils/Config.in @@ -159,6 +159,14 @@ config BUSYBOX_CONFIG_FEATURE_FIND_DELETE WARNING: This option can do much harm if used wrong. Busybox will not try to protect the user from doing stupid things. Use with care. +config BUSYBOX_CONFIG_FEATURE_FIND_EMPTY + bool "Enable -empty: match empty files or directories" + default BUSYBOX_DEFAULT_FEATURE_FIND_EMPTY + depends on BUSYBOX_CONFIG_FIND + help + Support the 'find -empty' option to find empty regular files + or directories. + config BUSYBOX_CONFIG_FEATURE_FIND_PATH bool "Enable -path: match pathname with shell pattern" default BUSYBOX_DEFAULT_FEATURE_FIND_PATH |