aboutsummaryrefslogtreecommitdiff
path: root/findutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'findutils/Config.in')
-rw-r--r--findutils/Config.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index 3c28ec03a..050fe901d 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -17,7 +17,15 @@ config CONFIG_FEATURE_FIND_MTIME
17 depends on CONFIG_FIND 17 depends on CONFIG_FIND
18 help 18 help
19 Allow searching based on the modification time of 19 Allow searching based on the modification time of
20 files. 20 files, in days.
21
22config CONFIG_FEATURE_FIND_MMIN
23 bool " Enable modified time matching (-min) option"
24 default y
25 depends on CONFIG_FIND
26 help
27 Allow searching based on the modification time of
28 files, in minutes.
21 29
22config CONFIG_FEATURE_FIND_PERM 30config CONFIG_FEATURE_FIND_PERM
23 bool " Enable permissions matching (-perm) option" 31 bool " Enable permissions matching (-perm) option"