busybox: enable find -mmin support by default

Enable busybox's find -mmin time support, which is extremely small,
however also very useful in scripts:

72d1a2357d

Comparing package sizes...
Change 	Local	Remote 	Package
+7	229009	229002	busybox

Signed-off-by: Lukas Tribus <lukas@ltri.eu>
[fix commit message long line and missing size change]
Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Lukas Tribus 2020-11-10 19:12:43 +01:00 committed by Paul Spooren
parent 6e99e3157a
commit 1b493aabb9
1 changed files with 1 additions and 1 deletions

View File

@ -1105,7 +1105,7 @@ config BUSYBOX_DEFAULT_FEATURE_FIND_MTIME
default y
config BUSYBOX_DEFAULT_FEATURE_FIND_MMIN
bool
default n
default y
config BUSYBOX_DEFAULT_FEATURE_FIND_PERM
bool
default y