busybox: update to 1.35.0
[openwrt/staging/chunkeey.git] / package / utils / busybox / config / findutils / Config.in
index 89901ca59d003f0bfc3b12893a1ce4af1defd869..805d44f149e35c5c0ec3967f2e15683c9dd49a81 100644 (file)
@@ -23,21 +23,53 @@ config BUSYBOX_CONFIG_FEATURE_FIND_PRINT0
        interpreted by other programs.
 
 config BUSYBOX_CONFIG_FEATURE_FIND_MTIME
-       bool "Enable -mtime: modified time matching"
+       bool "Enable -mtime: modification time matching"
        default BUSYBOX_DEFAULT_FEATURE_FIND_MTIME
        depends on BUSYBOX_CONFIG_FIND
        help
        Allow searching based on the modification time of
        files, in days.
 
+config BUSYBOX_CONFIG_FEATURE_FIND_ATIME
+       bool "Enable -atime: access time matching"
+       default BUSYBOX_DEFAULT_FEATURE_FIND_ATIME
+       depends on BUSYBOX_CONFIG_FEATURE_FIND_MTIME
+       help
+       Allow searching based on the access time of
+       files, in days.
+
+config BUSYBOX_CONFIG_FEATURE_FIND_CTIME
+       bool "Enable -ctime: status change timestamp matching"
+       default BUSYBOX_DEFAULT_FEATURE_FIND_CTIME
+       depends on BUSYBOX_CONFIG_FEATURE_FIND_MTIME
+       help
+       Allow searching based on the status change timestamp of
+       files, in days.
+
 config BUSYBOX_CONFIG_FEATURE_FIND_MMIN
-       bool "Enable -mmin: modified time matching by minutes"
+       bool "Enable -mmin: modification time matching by minutes"
        default BUSYBOX_DEFAULT_FEATURE_FIND_MMIN
        depends on BUSYBOX_CONFIG_FIND
        help
        Allow searching based on the modification time of
        files, in minutes.
 
+config BUSYBOX_CONFIG_FEATURE_FIND_AMIN
+       bool "Enable -amin: access time matching by minutes"
+       default BUSYBOX_DEFAULT_FEATURE_FIND_AMIN
+       depends on BUSYBOX_CONFIG_FEATURE_FIND_MMIN
+       help
+       Allow searching based on the access time of
+       files, in minutes.
+
+config BUSYBOX_CONFIG_FEATURE_FIND_CMIN
+       bool "Enable -cmin: status change timestamp matching by minutes"
+       default BUSYBOX_DEFAULT_FEATURE_FIND_CMIN
+       depends on BUSYBOX_CONFIG_FEATURE_FIND_MMIN
+       help
+       Allow searching based on the status change timestamp of
+       files, in minutes.
+
 config BUSYBOX_CONFIG_FEATURE_FIND_PERM
        bool "Enable -perm: permissions matching"
        default BUSYBOX_DEFAULT_FEATURE_FIND_PERM
@@ -79,6 +111,13 @@ config BUSYBOX_CONFIG_FEATURE_FIND_INUM
        default BUSYBOX_DEFAULT_FEATURE_FIND_INUM
        depends on BUSYBOX_CONFIG_FIND
 
+config BUSYBOX_CONFIG_FEATURE_FIND_SAMEFILE
+       bool "Enable -samefile: reference file matching"
+       default BUSYBOX_DEFAULT_FEATURE_FIND_SAMEFILE
+       depends on BUSYBOX_CONFIG_FIND
+       help
+       Support the 'find -samefile' option for searching by a reference file.
+
 config BUSYBOX_CONFIG_FEATURE_FIND_EXEC
        bool "Enable -exec: execute commands"
        default BUSYBOX_DEFAULT_FEATURE_FIND_EXEC