buildroot/package/gensio/Config.in
James Hilliard 6b8050eb40 package/gensio: new package
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>
2020-01-25 12:14:15 +01:00

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