mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-12 21:52:11 +00:00
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
|