busybox binary in openwrt neither supports stat nor find mtime. This
patch adds find mtime support by default.

Signed-off-by: Dirk Brenken <d...@brenken.org>
---
--- trunk/package/utils/busybox/Config-defaults.in.orig 2015-09-
11 23:24:58.000000000 +0200
+++ trunk/package/utils/busybox/Config-defaults.in      2015-10-16
11:48:58.000000000 +0200
@@ -987,7 +987,7 @@ config BUSYBOX_DEFAULT_FEATURE_FIND_PRIN
        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@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to