aboutsummaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-02-28 08:13:50 +0000
committerRon Yorston <rmy@pobox.com>2019-02-28 08:13:50 +0000
commit0b0b57cee0aa454d1e91cac5f8af7ec3cc48c47c (patch)
treeaa5ee597ad9f254b5131089034ee2b29caf5e424 /findutils
parent41659f76804df94874469e7fa66ef5d1808753d5 (diff)
downloadbusybox-w32-0b0b57cee0aa454d1e91cac5f8af7ec3cc48c47c.tar.gz
busybox-w32-0b0b57cee0aa454d1e91cac5f8af7ec3cc48c47c.tar.bz2
busybox-w32-0b0b57cee0aa454d1e91cac5f8af7ec3cc48c47c.zip
find: enable -xdev in default configuration
Diffstat (limited to 'findutils')
-rw-r--r--findutils/find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/find.c b/findutils/find.c
index 0381f0685..8706e2cf3 100644
--- a/findutils/find.c
+++ b/findutils/find.c
@@ -103,7 +103,7 @@
103//config:config FEATURE_FIND_XDEV 103//config:config FEATURE_FIND_XDEV
104//config: bool "Enable -xdev: 'stay in filesystem'" 104//config: bool "Enable -xdev: 'stay in filesystem'"
105//config: default y 105//config: default y
106//config: depends on FIND 106//config: depends on FIND && (PLATFORM_POSIX || FEATURE_EXTRA_FILE_DATA)
107//config: 107//config:
108//config:config FEATURE_FIND_MAXDEPTH 108//config:config FEATURE_FIND_MAXDEPTH
109//config: bool "Enable -mindepth N and -maxdepth N" 109//config: bool "Enable -mindepth N and -maxdepth N"