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 <[email protected]> --- 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 [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
