summaryrefslogtreecommitdiffstats
path: root/rules/libmicrohttpd.in
diff options
context:
space:
mode:
authorJochen Frieling <jfr@pengutronix.de>2011-06-24 10:35:13 +0200
committerJochen Frieling <jfr@pengutronix.de>2011-06-24 10:35:13 +0200
commit1fd49d8b7a2aed078e73a8632a688dab74fee397 (patch)
tree02e8ad4a6a06c06effeaa807fe4722b0b41f082b /rules/libmicrohttpd.in
parent3a9ea33783ba99476d12689ab78519a1863bc409 (diff)
downloadptxdist-1fd49d8b7a2aed078e73a8632a688dab74fee397.tar.gz
ptxdist-1fd49d8b7a2aed078e73a8632a688dab74fee397.tar.xz
rules files: added missing help texts
Diffstat (limited to 'rules/libmicrohttpd.in')
-rw-r--r--rules/libmicrohttpd.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/rules/libmicrohttpd.in b/rules/libmicrohttpd.in
index e69cc1c43..6ba782f26 100644
--- a/rules/libmicrohttpd.in
+++ b/rules/libmicrohttpd.in
@@ -18,7 +18,10 @@ config LIBMICROHTTPD_HTTPS
bool
prompt "HTTPS support"
help
- FIXME
+ Run in https mode (this option may not work with all
+ threading modes yet).
+ If you disable HTTPS/SSL support, you can also choose the
+ eCos License.
config LIBMICROHTTPD_CLIENT_SIDE
bool
@@ -30,6 +33,6 @@ config LIBMICROHTTPD_MESSAGES
bool
prompt "Messages"
help
- FIXME
+ Enable MHD error messages
endif