mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
99c6c3d830
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.