summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-11-30 09:47:58 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2009-11-30 16:48:20 +0100
commit3212eab01615339741cbc0da098c5514b90cbb5e (patch)
tree426c3aa764af7df061689ced7184c8ae210dfff7
parentbf7980b977218d892e58d18f97d80828b33b037d (diff)
downloadopenembedded-3212eab01615339741cbc0da098c5514b90cbb5e.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"