summaryrefslogtreecommitdiffstats
path: root/rules/grep.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2008-10-30 12:37:37 +0000
committerLuotao Fu <l.fu@pengutronix.de>2008-10-30 12:37:37 +0000
commit463ba5f226492467029c14d819e2c286a859283e (patch)
tree3744904ad7f66c0ece6124a18f5f1a71359e4ee0 /rules/grep.in
parent4c1a01da8c68993ab83be75bc237b512aac2bc9d (diff)
downloadptxdist-463ba5f226492467029c14d819e2c286a859283e.tar.gz
ptxdist-463ba5f226492467029c14d819e2c286a859283e.tar.xz
* added gnu grep
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8996 33e552b5-05e3-0310-8538-816dae2090ed
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.