f1df4bd353
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
287 B
Plaintext
10 lines
287 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://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|