summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Tribus2020-11-10 18:12:43 +0000
committerPaul Spooren2020-11-25 18:13:14 +0000
commit1b493aabb972af345fd286097879e3ae8e183cf9 (patch)
treea411bf21734ae7c5c080bbf97820f40ea1320bb8
parent6e99e3157a4cb2e7e1c41537c4a668511c6448c7 (diff)
downloadopenwrt-1b493aabb972af345fd286097879e3ae8e183cf9.tar.gz
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 <lukas@ltri.eu> [fix commit message long line and missing size change] Signed-off-by: Paul Spooren <mail@aparcar.org>
-rw-r--r--package/utils/busybox/Config-defaults.in2
1 files changed, 1 insertions, 1 deletions
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