kumquat-buildroot/package/grep/Config.in
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

9 lines
201 B
Plaintext

config BR2_PACKAGE_GREP
bool "grep"
select BR2_PACKAGE_GETTEXT
select BR2_PACKAGE_LIBINTL
help
The GNU regular expression matcher.
Needs gettext
http://www.gnu.org/software/grep/grep.html