[openwrt/openwrt] busybox: enable find -mmin support by default
LEDE Commits
lede-commits at lists.infradead.org
Wed Nov 25 13:14:35 EST 2020
aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1b493aabb972af345fd286097879e3ae8e183cf9
commit 1b493aabb972af345fd286097879e3ae8e183cf9
Author: Lukas Tribus <lukas at ltri.eu>
AuthorDate: Tue Nov 10 19:12:43 2020 +0100
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 at ltri.eu>
[fix commit message long line and missing size change]
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
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
More information about the lede-commits
mailing list