* Update buildroot to 2020.02.4 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix patches Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
config BR2_PACKAGE_READLINE
|
|
bool "readline"
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
The GNU Readline library provides a set of functions for use
|
|
by applications that allow users to edit command lines
|
|
as they are typed in.
|
|
|
|
https://tiswww.case.edu/php/chet/readline/rltop.html
|