From 8c02fabcecd4e36ec21c12e9fa8be571813902d7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 18 Jun 2011 16:25:30 +0200 Subject: [PATCH] systemd-image: activate dropbear on demand Signed-off-by: Koen Kooi --- recipes-angstrom/images/systemd-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-angstrom/images/systemd-image.bb b/recipes-angstrom/images/systemd-image.bb index 9cc8ff9..a87737c 100644 --- a/recipes-angstrom/images/systemd-image.bb +++ b/recipes-angstrom/images/systemd-image.bb @@ -13,7 +13,7 @@ IMAGE_INSTALL += " \ opkg opkg-config-base \ update-alternatives-cworth \ busybox \ - dropbear openssh-sftp \ + dropbear-systemd openssh-sftp \ e2fsprogs-e2fsck e2fsprogs-blkid \ avahi-daemon avahi-utils avahi-systemd \ connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd \