diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-12 16:23:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-12 16:23:10 +0200 |
commit | 7f6502e41b71005d3239b47dfa6415fba4b547a3 (patch) | |
tree | 074d3ebf291c584e561e8d8cf9b349c48ca40680 /package/mini_httpd/Makefile | |
parent | 5bb71d2c1f1fae847c0161343f91a7e89bc0d3c4 (diff) |
modify many PKG_DESCR variables to fit better into 80 width terminal window
Diffstat (limited to 'package/mini_httpd/Makefile')
-rw-r--r-- | package/mini_httpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mini_httpd/Makefile b/package/mini_httpd/Makefile index c0221a7bd..2065a9698 100644 --- a/package/mini_httpd/Makefile +++ b/package/mini_httpd/Makefile @@ -8,6 +8,7 @@ PKG_VERSION:= 1.19 PKG_RELEASE:= 10 PKG_MD5SUM:= 7c68293ad265ecfe2edea917912f6f1f PKG_DESCR:= A small HTTP server +PKG_MULTI:= 1 PKG_SECTION:= www ifneq ($(ADK_PACKAGE_MINI_HTTPD_OPENSSL),) PKG_DEPENDS:= libopenssl |