summaryrefslogtreecommitdiffstats
path: root/rules/lsh.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-16 10:47:32 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-16 10:47:32 +0000
commit42cd8ea1d7f1afe4a4e491c4ded58361ef8ad38d (patch)
treee7dfec8624c8165274dcae85a6e7923dc94759b6 /rules/lsh.in
parentd3fe0c27ad39a68f78e25b7adef8a9678dad1e66 (diff)
downloadptxdist-42cd8ea1d7f1afe4a4e491c4ded58361ef8ad38d.tar.gz
ptxdist-42cd8ea1d7f1afe4a4e491c4ded58361ef8ad38d.tar.xz
fixed dependency and documentation update
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4061 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/lsh.in')
-rw-r--r--rules/lsh.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/lsh.in b/rules/lsh.in
index cf0fd2929..e345fd81d 100644
--- a/rules/lsh.in
+++ b/rules/lsh.in
@@ -3,35 +3,49 @@ menu "LSH "
config LSH
bool
prompt "LSH"
+ help
+ FIXME: This item needs to be documented
config LSH_EXECUV
bool
prompt "Install lsh-execuf"
depends on LSH
+ help
+ FIXME: This item needs to be documented
config LSH_LSHD
bool
prompt "Install lshd"
depends on LSH
+ help
+ FIXME: This item needs to be documented
config LSH_SFTPD
bool
prompt "Install sftp-server"
depends on LSH
+ help
+ FIXME: This item needs to be documented
config LSH_MAKESEED
bool
prompt "Install lsh-make-seed"
depends on LSH
+ help
+ FIXME: This item needs to be documented
config LSH_KEYGEN
bool
prompt "Install lsh-keygen"
depends on LSH
+ help
+ FIXME: This item needs to be documented
config LSH_WRITEKEY
bool
prompt "Install lsh-writekey"
depends on LSH
+ help
+ FIXME: This item needs to be documented
endmenu