1config 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 8 egrep/fgrep aliases need /bin/sh to be available. 9 10 http://www.gnu.org/software/grep/grep.html 11 12comment "grep needs a toolchain w/ wchar" 13 depends on !BR2_USE_WCHAR 14 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 15