Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -13,8 +13,6 @@ if BR2_PACKAGE_NCURSES
config BR2_PACKAGE_NCURSES_WCHAR
bool "enable wide char support"
depends on BR2_USE_WCHAR
# Build broken @ curses.priv.h with bad declarations
depends on !(BR2_bfin && BR2_BINFMT_FLAT)
help
Enable wide char & UTF-8 support in ncurses libraries
@@ -23,4 +21,14 @@ config BR2_PACKAGE_NCURSES_TARGET_PROGS
help
Include ncurses programs in target (clear, reset, tput, ...)
config BR2_PACKAGE_NCURSES_ADDITIONAL_TERMINFO
string "additional terminfo files to install"
help
Whitespace separated list of terminfo files to install on the
target. A small number of vital terminfo files are always
installed. This list is in addition to the vital ones.
The terminfo filenames should have the single letter path
prefix. e.g. t/tmux.
endif