busybox: enable find -mmin support by default
authorLukas Tribus <lukas@ltri.eu>
Tue, 10 Nov 2020 18:12:43 +0000 (19:12 +0100)
committerPaul Spooren <mail@aparcar.org>
Wed, 25 Nov 2020 18:13:14 +0000 (08:13 -1000)
Enable busybox's find -mmin time support, which is extremely small,
however also very useful in scripts:

https://github.com/mirror/busybox/commit/72d1a2357d2168f241458e4d6cebb7589ac82f4f

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>
package/utils/busybox/Config-defaults.in

index 29724041f47ab9cfa456149b9b8f29b5d7d92693..8d237ad181bd61bba9a435df901a694f36904380 100644 (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