add dependencies for mini_httpd
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5211 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3547de2402
commit
b186728d73
@ -57,6 +57,7 @@ endef
|
||||
|
||||
define Package/mini-httpd-matrixssl
|
||||
$(call Package/mini-httpd)
|
||||
DEPENDS:=+libmatrixssl
|
||||
TITLE:=A small web server, built with SSL support using MatrixSSL
|
||||
DESCRIPTION+=This package adds SSL/HTTPS. (MatrixSSL)
|
||||
endef
|
||||
@ -69,6 +70,7 @@ endef
|
||||
|
||||
define Package/mini-httpd-openssl
|
||||
$(call Package/mini-httpd)
|
||||
DEPENDS:=+libopenssl
|
||||
TITLE:=A small web server, built with SSL support using OpenSSL
|
||||
DESCRIPTION+=This package adds SSL/HTTPS. (OpenSSL)
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user