From 8b86cd206fca8046f8d2be858de8e8e676941575 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 13 Jun 2011 20:56:00 +0200 Subject: [PATCH] systemd-image: add sftp server functionality 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 5a7b692..012ffc8 100644 --- a/recipes-angstrom/images/systemd-image.bb +++ b/recipes-angstrom/images/systemd-image.bb @@ -12,7 +12,7 @@ IMAGE_INSTALL += " \ opkg opkg-config-base \ update-alternatives-cworth \ busybox \ - dropbear \ + dropbear openssh-sftp \ e2fsprogs-e2fsck e2fsprogs-blkid \ avahi-daemon avahi-utils avahi-systemd \ connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd \