mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 01:22:13 +00:00
fbd47efd7e
A library to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL, etc. Signed-off-by: Nita Vesa <werecatf@outlook.com>
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
config GENSIO_SSHD
|
|
depends on PACKAGE_gensio-bin
|
|
select GENSIO_SSL
|
|
bool "Build gtlsshd"
|
|
default n
|