projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1055769
)
uhttpd: add option for mbedtls
author
Felix Fietkau
<
[email protected]
>
Tue, 19 Jan 2016 10:06:18 +0000
(10:06 +0000)
committer
Felix Fietkau
<
[email protected]
>
Tue, 19 Jan 2016 10:06:18 +0000
(10:06 +0000)
Signed-off-by: Daniel Golle <
[email protected]
>
SVN-Revision: 48343
package/network/services/uhttpd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/uhttpd/Makefile
b/package/network/services/uhttpd/Makefile
index 2b05abf943277848b9b04905b60ff906c63c61f3..da5572b5fe5907192f73fa4271460234657784a3 100644
(file)
--- a/
package/network/services/uhttpd/Makefile
+++ b/
package/network/services/uhttpd/Makefile
@@
-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"