summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2014-06-10 18:01:43 +0200
committerJonathan Bauer2014-06-10 18:01:43 +0200
commit10999a0c1678ec3c34c57edccb9623a0b1be7734 (patch)
tree1fbbbc75c450f59da06a527597396a0e77a7ffe2 /remote
parent-E for regex!!! (diff)
downloadtm-scripts-10999a0c1678ec3c34c57edccb9623a0b1be7734.tar.gz
tm-scripts-10999a0c1678ec3c34c57edccb9623a0b1be7734.tar.xz
tm-scripts-10999a0c1678ec3c34c57edccb9623a0b1be7734.zip
[busybox] enable grep with -E and -A,-B,-C
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/busybox/openslx-busybox-config6
1 files changed, 3 insertions, 3 deletions
diff --git a/remote/modules/busybox/openslx-busybox-config b/remote/modules/busybox/openslx-busybox-config
index 19bcae50..57bbb354 100644
--- a/remote/modules/busybox/openslx-busybox-config
+++ b/remote/modules/busybox/openslx-busybox-config
@@ -416,10 +416,10 @@ CONFIG_FEATURE_FIND_PATH=y
CONFIG_FEATURE_FIND_REGEX=y
# CONFIG_FEATURE_FIND_CONTEXT is not set
# CONFIG_FEATURE_FIND_LINKS is not set
-# CONFIG_GREP is not set
-# CONFIG_FEATURE_GREP_EGREP_ALIAS is not set
+CONFIG_GREP=y
+CONFIG_FEATURE_GREP_EGREP_ALIAS=y
# CONFIG_FEATURE_GREP_FGREP_ALIAS 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