summaryrefslogtreecommitdiff
path: root/package/busybox/config/editors/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/config/editors/Config.in')
-rw-r--r--package/busybox/config/editors/Config.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/package/busybox/config/editors/Config.in b/package/busybox/config/editors/Config.in
index f6e29ac34..21aaa090d 100644
--- a/package/busybox/config/editors/Config.in
+++ b/package/busybox/config/editors/Config.in
@@ -8,10 +8,11 @@ menu "Editors"
config BUSYBOX_PATCH
bool "patch"
- depends on !ADK_PACKAGE_PATCH
+ depends on !BUSYBOX_DISABLE_PATCH
default n
help
Apply a unified diff formatted patch.
+
config BUSYBOX_VI
bool "vi"
default y
@@ -160,8 +161,8 @@ config BUSYBOX_CMP
config BUSYBOX_DIFF
bool "diff"
- depends on !ADK_PACKAGE_DIFFUTILS
- default n
+ depends on !BUSYBOX_DISABLE_DIFF
+ default y
help
diff compares two files or directories and outputs the
differences between them in a form that can be given to
@@ -184,6 +185,7 @@ config BUSYBOX_FEATURE_DIFF_DIR
config BUSYBOX_ED
bool "ed"
+ depends on !BUSYBOX_DISABLE_ED
default y
help
The original 1970's Unix text editor, from the days of teletypes.
@@ -192,7 +194,7 @@ config BUSYBOX_ED
config BUSYBOX_SED
bool "sed"
- depends on !ADK_PACKAGE_SED
+ depends on !BUSYBOX_DISABLE_SED
default y
help
sed is used to perform text transformations on a file