summaryrefslogtreecommitdiff
path: root/package/busybox/config/editors
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-22 22:46:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-22 22:46:01 +0200
commit34d2b54db29ec5878f98f5f4c5f2a077946f1b93 (patch)
tree58e30a3a2dc5de4de6f344e542cb69631f2cf1e6 /package/busybox/config/editors
parent695f6dab7eba79a3b1fb34a501cacd671df4fbb8 (diff)
sync busybox config
Diffstat (limited to 'package/busybox/config/editors')
-rw-r--r--package/busybox/config/editors/Config.in19
1 files changed, 5 insertions, 14 deletions
diff --git a/package/busybox/config/editors/Config.in b/package/busybox/config/editors/Config.in
index 2d04fe99b..3ebb16a6f 100644
--- a/package/busybox/config/editors/Config.in
+++ b/package/busybox/config/editors/Config.in
@@ -36,13 +36,12 @@ config BUSYBOX_DIFF
differences between them in a form that can be given to
the patch command.
-config BUSYBOX_FEATURE_DIFF_BINARY
- bool "Enable checks for binary files"
- default y
- depends on BUSYBOX_DIFF
+config BUSYBOX_FEATURE_DIFF_LONG_OPTIONS
+ bool "Enable long options"
+ default n
+ depends on BUSYBOX_DIFF && BUSYBOX_LONG_OPTS
help
- This option enables support for checking for binary files
- before a comparison is carried out.
+ Enable use of long options.
config BUSYBOX_FEATURE_DIFF_DIR
bool "Enable directory support"
@@ -52,14 +51,6 @@ config BUSYBOX_FEATURE_DIFF_DIR
This option enables support for directory and subdirectory
comparison.
-config BUSYBOX_FEATURE_DIFF_MINIMAL
- bool "Enable -d option to find smaller sets of changes"
- default n
- depends on BUSYBOX_DIFF
- help
- Enabling this option allows the use of -d to make diff
- try hard to find the smallest possible set of changes.
-
config BUSYBOX_ED
bool "ed"
default n