From 0e479e13e17bd88d3d632dc18cd10037bdadb0ea Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Mon, 30 Nov 2009 09:47:58 +0100 Subject: [PATCH] shr.conf: use openssh as DISTRO_SSH_DAEMON Signed-off-by: Klaus Kurzmann --- conf/distro/shr.conf | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.5