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