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

Dirk Brenken dirk at brenken.org
Sat Oct 31 03:34:03 EDT 2015


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 at brenken.org>
---
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
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list