summaryrefslogtreecommitdiffstats
path: root/rules/lsh.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2003-10-26 20:39:11 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2003-10-26 20:39:11 +0000
commit91bb744295d8752686c9afc58e8d234749214593 (patch)
tree0b48d89ad142056cd2964c2c5fbab1f0add31674 /rules/lsh.in
parent18238577cb5c92a946c311358bb6bd91ea2bc2a4 (diff)
downloadptxdist-91bb744295d8752686c9afc58e8d234749214593.tar.gz
ptxdist-91bb744295d8752686c9afc58e8d234749214593.tar.xz
* moved configuration....
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@660 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/lsh.in')
-rw-r--r--rules/lsh.in42
1 files changed, 42 insertions, 0 deletions
diff --git a/rules/lsh.in b/rules/lsh.in
new file mode 100644
index 000000000..d9982ce43
--- /dev/null
+++ b/rules/lsh.in
@@ -0,0 +1,42 @@
+menu "LSH "
+
+config LSH
+ bool
+ prompt "LSH"
+
+config LSH_EXECUV
+ bool
+ prompt "Install lsh-execuf"
+ depends on LSH
+
+config LSH_PROXY
+ bool
+ prompt "Install lsh_proxy"
+ depends on LSH
+
+config LSH_LSHD
+ bool
+ prompt "Install lshd"
+ depends on LSH
+
+config LSH_SFTPD
+ bool
+ prompt "Install sftp-server"
+ depends on LSH
+
+config LSH_MAKESEED
+ bool
+ prompt "Install lsh-make-seed"
+ depends on LSH
+
+config LSH_KEYGEN
+ bool
+ prompt "Install lsh-keygen"
+ depends on LSH
+
+config LSH_WRITEKEY
+ bool
+ prompt "Install lsh-writekey"
+ depends on LSH
+
+endmenu