summaryrefslogtreecommitdiffstats
path: root/rules/dropbear.in
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2010-07-15 14:59:36 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-16 22:52:43 +0200
commitcf24effedc247184b616ef8fb839585c31d0ca32 (patch)
treebcfd1b2bf8d2469ad4ce95b5cbca17bb8ed89e9b /rules/dropbear.in
parent6d2866f4b097c0f4e57c8c7e48d6f120616c36c3 (diff)
downloadptxdist-cf24effedc247184b616ef8fb839585c31d0ca32.tar.gz
ptxdist-cf24effedc247184b616ef8fb839585c31d0ca32.tar.xz
Allow a different key directory than /etc/dropbear
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Diffstat (limited to 'rules/dropbear.in')
-rw-r--r--rules/dropbear.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/dropbear.in b/rules/dropbear.in
index fbbad0668..d41045439 100644
--- a/rules/dropbear.in
+++ b/rules/dropbear.in
@@ -24,6 +24,12 @@ menuconfig DROPBEAR
if DROPBEAR
+config DROPBEAR_KEY_DIR
+ string "dropbear key directory"
+ default "/etc/dropbear"
+ help
+ This is the directory where dropbear stores the keys.
+
config DROPBEAR_ZLIB
bool
prompt "zlib support"