10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
|
config BR2_PACKAGE_GENSIO
|
||
|
bool "gensio"
|
||
|
depends on BR2_USE_MMU # fork()
|
||
|
depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
||
|
help
|
||
|
A library to abstract stream I/O like serial port, TCP,
|
||
|
telnet, UDP, SSL, IPMI SOL, etc.
|
||
|
|
||
|
https://github.com/cminyard/gensio
|