6b8050eb40
A library to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL, etc. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [Peter: explain why we need to unconditionally pass --with-openssl] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
config BR2_PACKAGE_GENSIO
|
|
bool "gensio"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
A library to abstract stream I/O like serial port, TCP,
|
|
telnet, UDP, SSL, IPMI SOL, etc.
|
|
|
|
https://github.com/cminyard/gensio
|