diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-06 14:39:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-06 14:39:48 +0100 |
commit | 1a2a5c4742003b21ad4f4fed008db9b4507295da (patch) | |
tree | 0486a628f77b5df45017c35b9ed5058b50b30802 /package/busybox | |
parent | 6cc1a855cd27076816a882dcea78b9ad727c811c (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. |