diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-07-30 13:56:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 10:47:18 +0100 |
commit | 83231083c0c6e1ffdcf6239b85e0058232a92be0 (patch) | |
tree | 5089d3abe94f808b27eb49fc525fbab4faadd896 | |
parent | c758dcc3109a5b491d13373073214bf526943497 (diff) | |
download | openembedded-core-83231083c0c6e1ffdcf6239b85e0058232a92be0.tar.gz openembedded-core-83231083c0c6e1ffdcf6239b85e0058232a92be0.tar.bz2 openembedded-core-83231083c0c6e1ffdcf6239b85e0058232a92be0.zip |
busybox: remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from defconfig
CONFIG_FEATURE_VI_OPTIMIZE_CURSOR is obsolete and removed
from busybox v1.21.0 onwards:
http://git.busybox.net/busybox/commit/?id=04b52892ed5d9d8a4cf5d887c221a8b50c71274e
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/busybox/busybox/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index 468c40e248..aa7b782d08 100644 --- a/meta/recipes-core/busybox/busybox/defconfig +++ b/meta/recipes-core/busybox/busybox/defconfig @@ -375,7 +375,6 @@ CONFIG_FEATURE_VI_USE_SIGNALS=y # CONFIG_FEATURE_VI_SET is not set CONFIG_FEATURE_VI_WIN_RESIZE=y # CONFIG_FEATURE_VI_ASK_TERMINAL is not set -CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y CONFIG_AWK=y CONFIG_FEATURE_AWK_LIBM=y CONFIG_CMP=y |