diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-06 14:35:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-06 14:35:40 +0100 |
commit | 6cc1a855cd27076816a882dcea78b9ad727c811c (patch) | |
tree | 9ea5ade2f260614c327f9e80808a0c388ceabf0d /package/busybox | |
parent | f295a40984c165ae46c0a3fe2ae95b5517885392 (diff) |
Revert "add grep package, busybox grep lacks -w"
This reverts commit f295a40984c165ae46c0a3fe2ae95b5517885392.
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/config/findutils/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/busybox/config/findutils/Config.in b/package/busybox/config/findutils/Config.in index 1a1e0f4d5..ba2e5f557 100644 --- a/package/busybox/config/findutils/Config.in +++ b/package/busybox/config/findutils/Config.in @@ -182,8 +182,7 @@ config BUSYBOX_FEATURE_FIND_CONTEXT config BUSYBOX_GREP bool "grep" - default y if !ADK_PACKAGE_GREP - depends on !ADK_PACKAGE_GREP + default y help grep is used to search files for a specified pattern. |