Module: meta-angstrom Branch: master Commit: 8b86cd206fca8046f8d2be858de8e8e676941575
Author: Koen Kooi <[email protected]> Date: Mon Jun 13 20:56:00 2011 +0200 systemd-image: add sftp server functionality Signed-off-by: Koen Kooi <[email protected]> --- recipes-angstrom/images/systemd-image.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 \ _______________________________________________ Angstrom-distro-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
