@ -49,40 +49,6 @@ define Package/uhttpd/config
e n d e f
e n d e f
d e f i n e P a c k a g e / u h t t p d - m o d - t l s
$( Package/uhttpd/default)
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
e n d e f
d e f i n e P a c k a g e / u h t t p d - m o d - t l s / d e s c r i p t i o n
The TLS plugin adds HTTPS support to uHTTPd.
e n d e f
d e f i n e P a c k a g e / u h t t p d - m o d - t l s / c o n f i g
choice
depends on PACKAGE_uhttpd-mod-tls
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"
config PACKAGE_uhttpd-mod-tls_cyassl
bool "CyaSSL"
config PACKAGE_uhttpd-mod-tls_openssl
bool "OpenSSL"
endchoice
e n d e f
d e f i n e P a c k a g e / u h t t p d - m o d - l u a
d e f i n e P a c k a g e / u h t t p d - m o d - l u a
$( Package/uhttpd/default)
$( Package/uhttpd/default)
TITLE += ( Lua plugin)
TITLE += ( Lua plugin)
@ -129,10 +95,6 @@ define Package/uhttpd/install
$( INSTALL_BIN) $( PKG_BUILD_DIR) /uhttpd $( 1) /usr/sbin/uhttpd
$( INSTALL_BIN) $( PKG_BUILD_DIR) /uhttpd $( 1) /usr/sbin/uhttpd
e n d e f
e n d e f
d e f i n e P a c k a g e / u h t t p d - m o d - t l s / i n s t a l l
true
e n d e f
d e f i n e P a c k a g e / u h t t p d - m o d - l u a / i n s t a l l
d e f i n e P a c k a g e / u h t t p d - m o d - l u a / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib
$( INSTALL_DIR) $( 1) /usr/lib
$( INSTALL_BIN) $( PKG_BUILD_DIR) /uhttpd_lua.so $( 1) /usr/lib/
$( INSTALL_BIN) $( PKG_BUILD_DIR) /uhttpd_lua.so $( 1) /usr/lib/
@ -146,6 +108,5 @@ endef
$( eval $ ( call BuildPackage ,uhttpd ) )
$( eval $ ( call BuildPackage ,uhttpd ) )
$( eval $ ( call BuildPackage ,uhttpd -mod -tls ) )
$( eval $ ( call BuildPackage ,uhttpd -mod -lua ) )
$( eval $ ( call BuildPackage ,uhttpd -mod -lua ) )
$( eval $ ( call BuildPackage ,uhttpd -mod -ubus ) )
$( eval $ ( call BuildPackage ,uhttpd -mod -ubus ) )