From 2c266c53f1e361caaebcc2595a731f9ee42a0cc3 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 1 May 2024 19:05:01 +0200 Subject: [PATCH] Enable grep context feature (#3339) Add context feature to Busybox grep configuration. Context is really useful when checking host logs directly on the OS shell. --- buildroot-external/busybox.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/busybox.config b/buildroot-external/busybox.config index 2044a6aed..b772e5baa 100644 --- a/buildroot-external/busybox.config +++ b/buildroot-external/busybox.config @@ -479,7 +479,7 @@ CONFIG_FEATURE_FIND_LINKS=y CONFIG_GREP=y # CONFIG_EGREP is not set # CONFIG_FGREP is not set -# CONFIG_FEATURE_GREP_CONTEXT is not set +CONFIG_FEATURE_GREP_CONTEXT=y CONFIG_XARGS=y # CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION is not set # CONFIG_FEATURE_XARGS_SUPPORT_QUOTES is not set