1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-30 04:44:39 +02:00
openwrt-packages/net/gensio/Config.in
Nita Vesa ea3ad6b090 gensio: Fix circular dependency error
Adding libsctp adds IPV6 dependency to gensio, so this patch is
an attempt at working around that with the goal of getting rid of
the circular dependency error.

Signed-off-by: Nita Vesa <werecatf@outlook.com>
2022-03-30 19:44:57 -07:00

35 lines
673 B
Plaintext

config GENSIO_SSL
depends on PACKAGE_libgensio
bool "Enable SSL-support via OpenSSL"
default n
config GENSIO_WRAP
depends on PACKAGE_libgensio
bool "Build with libwrap"
default n
config GENSIO_SCTP
depends on PACKAGE_libgensio && IPV6
bool "Enable SCTP-support via libsctp"
default n
config GENSIO_PTHREADS
depends on PACKAGE_libgensio
bool "Enable pthreads"
default y
config GENSIO_AVAHI
depends on PACKAGE_libgensio
bool "Enable mDNS via Avahi"
default n
config GENSIO_GLIB
depends on PACKAGE_libgensio
bool "Build with glib2"
default n
config GENSIO_TCL
depends on PACKAGE_libgensio
bool "Build with tcl"
default n