contrib/package: add option to disable nixio tls support
This commit is contained in:
parent
c0d0953bd7
commit
7667c0610e
1 changed files with 5 additions and 2 deletions
|
@ -275,7 +275,7 @@ endef
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
NIXIO_TLS:=cyassl
|
NIXIO_TLS:=
|
||||||
|
|
||||||
define Package/luci-nixio
|
define Package/luci-nixio
|
||||||
$(call Package/luci/libtemplate)
|
$(call Package/luci/libtemplate)
|
||||||
|
@ -290,7 +290,10 @@ endef
|
||||||
define Package/luci-nixio/config
|
define Package/luci-nixio/config
|
||||||
choice
|
choice
|
||||||
prompt "TLS Provider"
|
prompt "TLS Provider"
|
||||||
default PACKAGE_luci-nixio_cyassl
|
default PACKAGE_luci-nixio_notls
|
||||||
|
|
||||||
|
config PACKAGE_luci-nixio_notls
|
||||||
|
bool "Disabled"
|
||||||
|
|
||||||
config PACKAGE_luci-nixio_axtls
|
config PACKAGE_luci-nixio_axtls
|
||||||
bool "Builtin (axTLS)"
|
bool "Builtin (axTLS)"
|
||||||
|
|
Loading…
Reference in a new issue