From fec4efae89b830f1e5666ed80713d87b5daabfac Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 22 Feb 2013 15:30:02 -0400 Subject: [PATCH] disable vi regex stuff, failed to build --- standalone/android/busybox_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/android/busybox_config b/standalone/android/busybox_config index 8ae7b29d9e..69c9393059 100644 --- a/standalone/android/busybox_config +++ b/standalone/android/busybox_config @@ -355,7 +355,7 @@ CONFIG_FEATURE_VI_MAX_LEN=0 # CONFIG_FEATURE_VI_COLON is not set # CONFIG_FEATURE_VI_YANKMARK is not set CONFIG_FEATURE_VI_SEARCH=y -CONFIG_FEATURE_VI_REGEX_SEARCH=y +# CONFIG_FEATURE_VI_REGEX_SEARCH is not set CONFIG_FEATURE_VI_USE_SIGNALS=y # CONFIG_FEATURE_VI_DOT_CMD is not set # CONFIG_FEATURE_VI_READONLY is not set