mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-13 15:23:27 +08:00
07398f7b43
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
226 B
Plaintext
8 lines
226 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.
|