uhttpd: add a config option for using ustream-polarssl, and use it by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38250
This commit is contained in:
parent
2beabf6c11
commit
f8ee248701
@ -51,7 +51,10 @@ endef
|
|||||||
define Package/uhttpd-mod-tls
|
define Package/uhttpd-mod-tls
|
||||||
$(Package/uhttpd/default)
|
$(Package/uhttpd/default)
|
||||||
TITLE+= (TLS plugin)
|
TITLE+= (TLS plugin)
|
||||||
DEPENDS:=uhttpd +PACKAGE_uhttpd-mod-tls_cyassl:libustream-cyassl +PACKAGE_uhttpd-mod-tls_openssl:libustream-openssl
|
DEPENDS:=uhttpd \
|
||||||
|
+PACKAGE_uhttpd-mod-tls_polarssl:libustream-polarssl \
|
||||||
|
+PACKAGE_uhttpd-mod-tls_cyassl:libustream-cyassl \
|
||||||
|
+PACKAGE_uhttpd-mod-tls_openssl:libustream-openssl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/uhttpd-mod-tls/description
|
define Package/uhttpd-mod-tls/description
|
||||||
@ -62,7 +65,10 @@ define Package/uhttpd-mod-tls/config
|
|||||||
choice
|
choice
|
||||||
depends on PACKAGE_uhttpd-mod-tls
|
depends on PACKAGE_uhttpd-mod-tls
|
||||||
prompt "TLS Provider"
|
prompt "TLS Provider"
|
||||||
default PACKAGE_uhttpd-mod-tls_cyassl
|
default PACKAGE_uhttpd-mod-tls_polarssl
|
||||||
|
|
||||||
|
config PACKAGE_uhttpd-mod-tls_polarssl
|
||||||
|
bool "PolarSSL"
|
||||||
|
|
||||||
config PACKAGE_uhttpd-mod-tls_cyassl
|
config PACKAGE_uhttpd-mod-tls_cyassl
|
||||||
bool "CyaSSL"
|
bool "CyaSSL"
|
||||||
|
Loading…
Reference in New Issue
Block a user