summaryrefslogtreecommitdiffstats
path: root/rules/grep.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/grep.in')
-rw-r--r--rules/grep.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/grep.in b/rules/grep.in
new file mode 100644
index 000000000..c6d0e877d
--- /dev/null
+++ b/rules/grep.in
@@ -0,0 +1,12 @@
+## SECTION=shell_and_console
+comment "busy box' grep is selected!"
+ depends on BB_CONFIG_GREP
+
+config GREP
+ tristate
+ depends on !BB_CONFIG_GREP
+ prompt "grep"
+ help
+ GNUgrep searches one or more input files for lines
+ containing a match to a specified pattern. By default, grep
+ prints the matching lines.