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 22:24:13 +0100 |
commit | be79846fdee61d6d39aebb527e488288131177ae (patch) | |
tree | 4b748f4ca8b9d9a0f693b26f6845892aca078f3a /meta | |
parent | 52328c26d996f3086389559d8f70aac890d94f2f (diff) | |
download | poky-be79846fdee61d6d39aebb527e488288131177ae.tar.gz |
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
(From OE-Core rev: 83231083c0c6e1ffdcf6239b85e0058232a92be0)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 | |||
375 | # CONFIG_FEATURE_VI_SET is not set | 375 | # CONFIG_FEATURE_VI_SET is not set |
376 | CONFIG_FEATURE_VI_WIN_RESIZE=y | 376 | CONFIG_FEATURE_VI_WIN_RESIZE=y |
377 | # CONFIG_FEATURE_VI_ASK_TERMINAL is not set | 377 | # CONFIG_FEATURE_VI_ASK_TERMINAL is not set |
378 | CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y | ||
379 | CONFIG_AWK=y | 378 | CONFIG_AWK=y |
380 | CONFIG_FEATURE_AWK_LIBM=y | 379 | CONFIG_FEATURE_AWK_LIBM=y |
381 | CONFIG_CMP=y | 380 | CONFIG_CMP=y |