summaryrefslogtreecommitdiffstats
path: root/config/busybox/findutils
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-06-11 15:53:12 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-12 09:29:58 +0200
commita17975e4b8857a3defeec0038ff7f068624390ae (patch)
treeb7e86e4bf2c22d58e7ef7f3c7226bc7c6ea614aa /config/busybox/findutils
parentaae421bdb282576bd0af2f8d69717760ac3c611b (diff)
downloadptxdist-a17975e4b8857a3defeec0038ff7f068624390ae.tar.gz
ptxdist-a17975e4b8857a3defeec0038ff7f068624390ae.tar.xz
busybox: version bump 1.18.5 -> 1.20.1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'config/busybox/findutils')
-rw-r--r--config/busybox/findutils/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/busybox/findutils/Config.in b/config/busybox/findutils/Config.in
index e67d968be..c3dd5caef 100644
--- a/config/busybox/findutils/Config.in
+++ b/config/busybox/findutils/Config.in
@@ -61,11 +61,11 @@ config BUSYBOX_FEATURE_FIND_XDEV
This option allows find to restrict searches to a single filesystem.
config BUSYBOX_FEATURE_FIND_MAXDEPTH
- bool "Enable -maxdepth N"
+ bool "Enable -mindepth N and -maxdepth N"
default y
depends on BUSYBOX_FIND
help
- This option enables -maxdepth N option.
+ This option enables -mindepth N and -maxdepth N option.
config BUSYBOX_FEATURE_FIND_NEWER
bool "Enable -newer: compare file modification times"
@@ -73,7 +73,7 @@ config BUSYBOX_FEATURE_FIND_NEWER
depends on BUSYBOX_FIND
help
Support the 'find -newer' option for finding any files which have
- a modified time that is more recent than the specified FILE.
+ modification time that is more recent than the specified FILE.
config BUSYBOX_FEATURE_FIND_INUM
bool "Enable -inum: inode number matching"