diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-11 16:27:12 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-11 16:27:12 +0100 |
commit | 6c1f348fa792a33d5a98e68c139df65c2d4c1628 (patch) | |
tree | e0918eb74a6b01baa3cd44e28d7999c970e66ed9 /configs/cygwin_defconfig | |
parent | 01ccdd1d3c5221789f1ac62ced12b7984d910705 (diff) | |
download | busybox-6c1f348fa792a33d5a98e68c139df65c2d4c1628.tar.gz |
Move FEATURE_USE_TERMIOS config option to two applets which use it
No code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'configs/cygwin_defconfig')
-rw-r--r-- | configs/cygwin_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/cygwin_defconfig b/configs/cygwin_defconfig index 37e3e210f..352ed90ad 100644 --- a/configs/cygwin_defconfig +++ b/configs/cygwin_defconfig @@ -94,7 +94,6 @@ CONFIG_PASSWORD_MINLEN=6 CONFIG_MD5_SMALL=1 CONFIG_FEATURE_FAST_TOP=y # CONFIG_FEATURE_ETC_NETWORKS is not set -CONFIG_FEATURE_USE_TERMIOS=y CONFIG_FEATURE_EDITING=y CONFIG_FEATURE_EDITING_MAX_LEN=1024 # CONFIG_FEATURE_EDITING_VI is not set |