Source-Makefile: package/feeds/luci/luci-lib-nixio/Makefile Build-Depends: lua/host luci-base/host LUCI_CSSTIDY:csstidy/host Package: luci-lib-nixio Submenu: 6. Libraries Version: x-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_luci-lib-nixio_openssl:libopenssl +PACKAGE_luci-lib-nixio_cyassl:libcyassl +liblua Conflicts: Menu-Depends: Provides: Section: luci Category: LuCI Repository: luci Title: NIXIO POSIX library Maintainer: Source: License: Apache-2.0 Type: ipkg Description: NIXIO POSIX library @@ Config: choice prompt "TLS Provider" default PACKAGE_luci-lib-nixio_notls config PACKAGE_luci-lib-nixio_notls bool "Disabled" config PACKAGE_luci-lib-nixio_axtls bool "Builtin (axTLS)" config PACKAGE_luci-lib-nixio_cyassl bool "CyaSSL" select PACKAGE_libcyassl config PACKAGE_luci-lib-nixio_openssl bool "OpenSSL" select PACKAGE_libopenssl endchoice @@