You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/feeds/luci.tmp/info/.packageinfo-libs_luci-lib-...

43 lines
940 B

Source-Makefile: feeds/luci/libs/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: base
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
@@