Config.in 367 B

1234567891011121314
  1. config BR2_PACKAGE_GREP
  2. bool "grep"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
  5. help
  6. The GNU regular expression matcher.
  7. egrep/fgrep aliases need /bin/sh to be available.
  8. http://www.gnu.org/software/grep/grep.html
  9. comment "grep needs a toolchain w/ wchar"
  10. depends on !BR2_USE_WCHAR
  11. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS