blob: a2a138183eadb02e78577a2fc33f1d1b2a323879 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
config BR2_READLINE
bool "readline"
default n
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 and headers
on the target.
|