summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-11-30 09:47:58 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2009-11-30 09:47:58 +0100
commit0e479e13e17bd88d3d632dc18cd10037bdadb0ea (patch)
tree2cb617dae0ef9fe3ccea00498f069aae6d9692f9
parent1569f71674fc5f6d091227d9c17dfda2cdf8dc43 (diff)
downloadopenembedded-0e479e13e17bd88d3d632dc18cd10037bdadb0ea.tar.gz
shr.conf: use openssh as DISTRO_SSH_DAEMON
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--conf/distro/shr.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index 5b0b29a175..2a33427e30 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -29,6 +29,8 @@ DISTRO_PR = ".4"
DISTRO_TYPE = "debug"
DISTRO = "shr"
+DISTRO_SSH_DAEMON = "openssh"
+
#Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
ENABLE_BINARY_LOCALE_GENERATION ?= "1"