diff options
Diffstat (limited to 'package/mini_httpd/Makefile')
-rw-r--r-- | package/mini_httpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mini_httpd/Makefile b/package/mini_httpd/Makefile index 731b95d4d..d3e595989 100644 --- a/package/mini_httpd/Makefile +++ b/package/mini_httpd/Makefile @@ -7,8 +7,8 @@ PKG_NAME:= mini-httpd PKG_VERSION:= 1.19 PKG_RELEASE:= 10 PKG_MD5SUM:= 7c68293ad265ecfe2edea917912f6f1f -PKG_DESCR:= small HTTP server with SSL -PKG_SECTION:= www +PKG_DESCR:= small webserver with ssl +PKG_SECTION:= net/http PKG_DEPENDS:= libopenssl PKG_BUILDDEP:= openssl PKG_URL:= http://www.acme.com/software/mini_httpd/ |