uhttpd: add option for mbedtls
Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 48343
This commit is contained in:
parent
10557694bb
commit
808a605453
@ -54,6 +54,7 @@ define Package/uhttpd-mod-tls
|
||||
TITLE+= (TLS plugin)
|
||||
DEPENDS:=uhttpd \
|
||||
+PACKAGE_uhttpd-mod-tls_polarssl:libustream-polarssl \
|
||||
+PACKAGE_uhttpd-mod-tls_mbedtls:libustream-mbedtls \
|
||||
+PACKAGE_uhttpd-mod-tls_cyassl:libustream-cyassl \
|
||||
+PACKAGE_uhttpd-mod-tls_openssl:libustream-openssl
|
||||
endef
|
||||
@ -68,6 +69,9 @@ define Package/uhttpd-mod-tls/config
|
||||
prompt "TLS Provider"
|
||||
default PACKAGE_uhttpd-mod-tls_polarssl
|
||||
|
||||
config PACKAGE_uhttpd-mod-tls_mbedtls
|
||||
bool "mbedTLS"
|
||||
|
||||
config PACKAGE_uhttpd-mod-tls_polarssl
|
||||
bool "PolarSSL"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user