shr.conf: use openssh as DISTRO_SSH_DAEMON
authorKlaus Kurzmann <mok@fluxnetz.de>
Mon, 30 Nov 2009 08:47:58 +0000 (09:47 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Mon, 30 Nov 2009 15:48:20 +0000 (16:48 +0100)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
conf/distro/shr.conf

index 5b0b29a..2a33427 100644 (file)
@@ -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"