1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

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

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