Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
config BR2_PACKAGE_SCREEN
bool "screen"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_NCURSES
help
Screen is a full-screen window manager that multiplexes a
physical terminal between several processes, typically
interactive shells. Each virtual terminal provides the
functions of the DEC VT100 terminal and, in addition,
several control functions from the ANSI X3.64 (ISO 6429) and
ISO 2022 standards (e.g., insert/delete line and support for
multiple character sets).
http://www.gnu.org/software/screen/