10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
config BR2_PACKAGE_GREP
|
|
bool "grep"
|
|
default n
|
|
select BR2_PACKAGE_GETTEXT
|
|
select BR2_PACKAGE_LIBINTL
|
|
help
|
|
The GNU regular expression matcher.
|
|
Needs gettext
|
|
http://www.gnu.org/software/grep/grep.html
|