From 1b493aabb972af345fd286097879e3ae8e183cf9 Mon Sep 17 00:00:00 2001 From: Lukas Tribus Date: Tue, 10 Nov 2020 19:12:43 +0100 Subject: [PATCH] busybox: enable find -mmin support by default 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 [fix commit message long line and missing size change] Signed-off-by: Paul Spooren --- package/utils/busybox/Config-defaults.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in index 29724041f4..8d237ad181 100644 --- a/package/utils/busybox/Config-defaults.in +++ b/package/utils/busybox/Config-defaults.in @@ -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 -- 2.30.2