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.
This commit is contained in:
Stefan Agner 2024-05-01 19:05:01 +02:00 committed by GitHub
parent 9fa953745a
commit 2c266c53f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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