Index: config/userspace/packages.lkc =================================================================== RCS file: /sources/ltib/ltib/config/userspace/packages.lkc,v retrieving revision 1.49 diff -u -a -r1.49 packages.lkc --- config/userspace/packages.lkc 4 Mar 2012 18:24:30 -0000 1.49 +++ config/userspace/packages.lkc 9 Mar 2012 07:17:31 -0000 @@ -657,6 +667,16 @@ * TCP forwarding support * Features can easily be disabled when compiling to save space +config PKG_SFTP_SERVER + depends CAP_HAS_MMU + depends PKG_DROPBEAR + bool "add sftp-server from openssh package" + help + Build/install just the sftp-server binary from the openssh + package. This provides sftp server capability under the + dropbear ssh server without building/installing all of + openssh/openssl. + config PKG_DROPBEAR_WANT_URANDOM_DEV depends CAP_HAS_MMU depends PKG_DROPBEAR Index: config/userspace/pkg_map =================================================================== RCS file: /sources/ltib/ltib/config/userspace/pkg_map,v retrieving revision 1.32 diff -u -a -r1.32 pkg_map --- config/userspace/pkg_map 4 Mar 2012 17:41:54 -0000 1.32 +++ config/userspace/pkg_map 9 Mar 2012 07:17:31 -0000 @@ -97,6 +97,7 @@ PKG_DROPBEAR = dropbear PKG_OPENSSL = openssl PKG_OPENSSH = openssh +PKG_SFTP_SERVER = sftp-server PKG_IPSEC_TOOLS = ipsec-tools PKG_IPSECADM = ipsecadm PKG_IPTABLES = iptables