summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-05-06 19:08:58 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-05-06 19:08:58 +0000
commit60ef9abb3211993bc4e3c3c36f5d673eb1b40c05 (patch)
treefe48ddf8cb021f49169dac2ea8027ffb88c1377d /rules/thttpd.in
parentdea8cb823ab0f5f75120e4fd9948068c27de8b8d (diff)
downloadptxdist-60ef9abb3211993bc4e3c3c36f5d673eb1b40c05.tar.gz
ptxdist-60ef9abb3211993bc4e3c3c36f5d673eb1b40c05.tar.xz
* thttpd: add mkpasswd to target install; patch by Carsten
Schlote. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8125 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/thttpd.in')
-rw-r--r--rules/thttpd.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/thttpd.in b/rules/thttpd.in
index 2bef099ad..773957f32 100644
--- a/rules/thttpd.in
+++ b/rules/thttpd.in
@@ -58,3 +58,10 @@ menuconfig THTTPD
This install a generic website into /var/www/index.html
from <ptxdist-install>/generic/thttpd.html
+ config THTTPD_INSTALL_HTPASSWD
+ depends on THTTPD
+ bool "Install mkpasswd tool."
+ default y
+ help
+ Install the mkpasswd tool. It can create and manage .htpasswd file
+ for authentication of users.