aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/Config-defaults.in
diff options
context:
space:
mode:
authorLukas Tribus <lukas@ltri.eu>2020-11-10 19:12:43 +0100
committerPaul Spooren <mail@aparcar.org>2020-11-25 08:13:14 -1000
commit1b493aabb972af345fd286097879e3ae8e183cf9 (patch)
treea411bf21734ae7c5c080bbf97820f40ea1320bb8 /package/utils/busybox/Config-defaults.in
parent6e99e3157a4cb2e7e1c41537c4a668511c6448c7 (diff)
downloadupstream-1b493aabb972af345fd286097879e3ae8e183cf9.tar.gz
upstream-1b493aabb972af345fd286097879e3ae8e183cf9.tar.bz2
upstream-1b493aabb972af345fd286097879e3ae8e183cf9.zip
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>
Diffstat (limited to 'package/utils/busybox/Config-defaults.in')
-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