summaryrefslogtreecommitdiff
path: root/busybox-libbb.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-libbb.kconfig')
-rw-r--r--busybox-libbb.kconfig9
1 files changed, 4 insertions, 5 deletions
diff --git a/busybox-libbb.kconfig b/busybox-libbb.kconfig
index a87e3cf..72d563a 100644
--- a/busybox-libbb.kconfig
+++ b/busybox-libbb.kconfig
@@ -99,18 +99,18 @@ config KEMBTK_BUSYB_FEATURE_EDITING_FANCY_PROMPT
config KEMBTK_BUSYB_FEATURE_EDITING_ASK_TERMINAL
bool "Query cursor position from terminal"
depends on KEMBTK_BUSYB_FEATURE_EDITING
- depends on EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
help
Allow usage of "ESC [ 6 n" sequence. Terminal answers back with
current cursor position. This information is used to make line
editing more robust in some cases.
If you are not sure whether your terminals respond to this code
- correctly, or want to save on code size (about 300 bytes),
+ correctly, or want to save on code size (about 400 bytes),
then do not turn this option on.
config KEMBTK_BUSYB_FEATURE_NON_POSIX_CP
bool "Non-POSIX, but safer, copying to special nodes"
- depends on EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
default y
help
With this option, "cp file symlink" will delete symlink
@@ -128,9 +128,8 @@ config KEMBTK_BUSYB_FEATURE_VERBOSE_CP_MESSAGE
$ cp file /vmlinuz/file
cp: cannot stat '/vmlinuz/file': Path has non-directory component
If this feature is not enabled, they will be, respectively:
- cp: cannot remove '/does_not_exist/file': No such file or directory
+ cp: cannot create '/does_not_exist/file': No such file or directory
cp: cannot stat '/vmlinuz/file': Not a directory
- respectively.
This will cost you ~60 bytes.
config KEMBTK_BUSYB_FEATURE_COPYBUF_KB