diff mbox

[OpenWrt-Devel,resend] busybox: enable find mtime support by default

Message ID 1446276843.5349.11.camel@brenken.org
State Changes Requested
Headers show

Commit Message

Dirk Brenken Oct. 31, 2015, 7:34 a.m. UTC
busybox binary in openwrt neither supports stat nor find mtime.
This patch adds find mtime support by default. 
(resend due to format issues)

Signed-off-by: Dirk Brenken <dirk@brenken.org>
---

Comments

Felix Fietkau Oct. 31, 2015, 9:03 a.m. UTC | #1
On 2015-10-31 08:34, Dirk Brenken wrote:
> busybox binary in openwrt neither supports stat nor find mtime.
> This patch adds find mtime support by default. 
> (resend due to format issues)
> 
> Signed-off-by: Dirk Brenken <dirk@brenken.org>
It's broken again, in a slightly different way. Please consider using
git send-email to avoid such issues in the future.

- Felix
diff mbox

Patch

diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in
index a61109a..5b77f93 100644
--- a/package/utils/busybox/Config-defaults.in
+++ b/package/utils/busybox/Config-defaults.in
@@ -987,7 +987,7 @@  config BUSYBOX_DEFAULT_FEATURE_FIND_PRINT0
 	default y
 config BUSYBOX_DEFAULT_FEATURE_FIND_MTIME
 	bool
-	default n
+	default y
 config BUSYBOX_DEFAULT_FEATURE_FIND_MMIN
 	bool
 	default n