projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/mtd: (enhancement) add option to prevent erase when writing to flash. (closes...
[openwrt.git]
/
package
/
busybox
/
config
/
findutils
/
Config.in
diff --git
a/package/busybox/config/findutils/Config.in
b/package/busybox/config/findutils/Config.in
index
32a213b
..
80de398
100644
(file)
--- a/
package/busybox/config/findutils/Config.in
+++ b/
package/busybox/config/findutils/Config.in
@@
-171,6
+171,13
@@
config BUSYBOX_CONFIG_FEATURE_FIND_CONTEXT
help
Support the 'find -context' option for matching security context.
help
Support the 'find -context' option for matching security context.
+config BUSYBOX_CONFIG_FEATURE_FIND_LINKS
+ bool "Enable -links: link count matching"
+ default n
+ depends on BUSYBOX_CONFIG_FIND
+ help
+ Support the 'find -links' option for matching number of links.
+
config BUSYBOX_CONFIG_GREP
bool "grep"
default y
config BUSYBOX_CONFIG_GREP
bool "grep"
default y
This page took
0.025352 seconds
and
4
git commands to generate.