1 config BR2_PACKAGE_GREP
3 depends on BR2_USE_WCHAR
4 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
5 select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
7 The GNU regular expression matcher.
9 http://www.gnu.org/software/grep/grep.html
11 comment "grep needs a toolchain w/ wchar"
12 depends on !BR2_USE_WCHAR
13 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS