packages/net/openssh
Catalin Patulea 99c6c3d830 openssh: strip openssh-sftp-server dependencies, notably openssl
openssh-sftp-server is actually a tiny binary that has nearly no dependencies:
$ mips-openwrt-linux-objdump -x sftp-server | grep NEEDED
  NEEDED               libgcc_s.so.1
  NEEDED               libc.so.0

Stripping its DEPENDS allows building a system with SFTP support, without
pulling in OpenSSL.
2014-06-16 21:29:56 -04:00
..
files openssh: import from packages 2014-06-16 11:45:34 +02:00
patches openssh: import from packages 2014-06-16 11:45:34 +02:00
Makefile openssh: strip openssh-sftp-server dependencies, notably openssl 2014-06-16 21:29:56 -04:00