diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2009-11-30 09:47:58 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-11-30 09:47:58 +0100 |
commit | 0e479e13e17bd88d3d632dc18cd10037bdadb0ea (patch) | |
tree | 2cb617dae0ef9fe3ccea00498f069aae6d9692f9 | |
parent | 1569f71674fc5f6d091227d9c17dfda2cdf8dc43 (diff) |
shr.conf: use openssh as DISTRO_SSH_DAEMON
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r-- | conf/distro/shr.conf | 2 |
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" |