blob: 6eafa6f8ce5bde62e0085c0d41e49fdf518d2956 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
config BR2_READLINE
bool "readline"
help
Enable GNU readline support?
config BR2_PACKAGE_READLINE_TARGET
bool "readline for the target"
depends on BR2_READLINE
help
Say yes here to install the readline libraries on the target.
config BR2_PACKAGE_READLINE_HEADERS
bool "readline headers for the target"
depends on BR2_PACKAGE_READLINE_TARGET
help
Say yes here to install the readline headers and documentation
on the target.
|