diff options
author | Nita Vesa <werecatf@outlook.com> | 2022-02-19 11:21:47 +0200 |
---|---|---|
committer | Nita Vesa <werecatf@outlook.com> | 2022-03-18 02:02:46 +0200 |
commit | fbd47efd7eebab56e24a85a1ed9de0e60263b780 (patch) | |
tree | 59abeaa04bfacc9033b4f86e41d92aac34024be8 /net/gensio/Config-bin.in | |
parent | 2d8e396be33463e7ba8df7f1ff3b08d0443e54cb (diff) |
gensio: Add new package
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>
Diffstat (limited to 'net/gensio/Config-bin.in')
-rw-r--r-- | net/gensio/Config-bin.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/gensio/Config-bin.in b/net/gensio/Config-bin.in new file mode 100644 index 000000000..4dbaf7915 --- /dev/null +++ b/net/gensio/Config-bin.in @@ -0,0 +1,5 @@ + config GENSIO_SSHD + depends on PACKAGE_gensio-bin + select GENSIO_SSL + bool "Build gtlsshd" + default n |