busybox: update to 1.33
[openwrt/staging/zorun.git] / package / utils / busybox / config / findutils / Config.in
index bebcbb39ef385eeec1c88f47d660cbe40d24f3a3..89901ca59d003f0bfc3b12893a1ce4af1defd869 100644 (file)
@@ -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