summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox-kconfigs/busybox-editors.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-06-12 11:13:58 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-06-12 11:13:58 +0200
commit045dae618763ae15d426057817373b1ebf37a3bc (patch)
tree165f186e9a4e82433847fbecf85767290b0ffa60 /packages/busybox/busybox-kconfigs/busybox-editors.kconfig
parentb1f371df7b5f484fb41ff5ee6ef31dacb3ec124a (diff)
downloadembtoolkit-045dae618763ae15d426057817373b1ebf37a3bc.tar.gz
embtoolkit-045dae618763ae15d426057817373b1ebf37a3bc.tar.bz2
embtoolkit-045dae618763ae15d426057817373b1ebf37a3bc.tar.xz
Packages: Busybox: Add busybox-1.18.4 and update kconfig symbols
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/busybox/busybox-kconfigs/busybox-editors.kconfig')
-rw-r--r--packages/busybox/busybox-kconfigs/busybox-editors.kconfig24
1 files changed, 11 insertions, 13 deletions
diff --git a/packages/busybox/busybox-kconfigs/busybox-editors.kconfig b/packages/busybox/busybox-kconfigs/busybox-editors.kconfig
index 9e2bf49..96bc52f 100644
--- a/packages/busybox/busybox-kconfigs/busybox-editors.kconfig
+++ b/packages/busybox/busybox-kconfigs/busybox-editors.kconfig
@@ -7,7 +7,11 @@ comment "-------------------------------------------------"
comment "Editors"
comment "-------------------------------------------------"
-
+config KEMBTK_BUSYB_PATCH
+ bool "patch"
+ default y
+ help
+ Apply a unified diff formatted patch.
config KEMBTK_BUSYB_AWK
bool "awk"
@@ -45,14 +49,14 @@ config KEMBTK_BUSYB_FEATURE_DIFF_BINARY
depends on EMBTK_BB_VERSION_1_13_X || EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X
default y
help
- This option enables support for checking for binary files
- before a comparison is carried out.
+ This option enables support for checking for binary files
+ before a comparison is carried out.
config KEMBTK_BUSYB_FEATURE_DIFF_LONG_OPTIONS
bool "Enable long options"
- depends on KEMBTK_BUSYB_DIFF && KEMBTK_BUSYB_LONG_OPTS
- depends on EMBTK_BB_VERSION_1_16_X || EMBTK_BB_VERSION_1_17_X
default y
+ depends on KEMBTK_BUSYB_DIFF && KEMBTK_BUSYB_LONG_OPTS
+ depends on EMBTK_BB_VERSION_1_16_X || EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
help
Enable use of long options.
@@ -80,12 +84,6 @@ config KEMBTK_BUSYB_ED
Small, simple, evil. Part of KEMBTK_BUSYB_SUSv3. If you're not already using
this, you don't need it.
-config KEMBTK_BUSYB_PATCH
- bool "patch"
- default y
- help
- Apply a unified diff formatted patch.
-
config KEMBTK_BUSYB_SED
bool "sed"
default y
@@ -191,9 +189,9 @@ config KEMBTK_BUSYB_FEATURE_VI_WIN_RESIZE
config KEMBTK_BUSYB_FEATURE_VI_ASK_TERMINAL
bool "Use 'tell me cursor position' ESC sequence to measure window"
- depends on KEMBTK_BUSYB_VI
- depends on EMBTK_BB_VERSION_1_17_X
default y
+ depends on KEMBTK_BUSYB_VI
+ depends on EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
help
If terminal size can't be retrieved and $LINES/$COLUMNS are not set,
this option makes vi perform a last-ditch effort to find it: