contrib/package: add option to disable nixio tls support

This commit is contained in:
Jo-Philipp Wich 2010-03-27 19:21:31 +00:00
parent c0d0953bd7
commit 7667c0610e

View file

@ -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)"