buildrootschalter/package/gesftpserver/Config.in
Gustavo Zacarias a32a55d87e gesftpserver: needs mmu
Fixes:
http://autobuild.buildroot.net/results/23298ba81896e473e903c17e12ad547049b8d348

Also fix the sort order.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-17 22:55:59 +01:00

18 lines
597 B
Plaintext

config BR2_PACKAGE_GESFTPSERVER
bool "gesftpserver"
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # fork()
help
Green End SFTP Server
This is an SFTP server supporting up to protocol version 6.
It is possible to use it as a drop-in replacement for the
OpenSSH server, or to provide sftp support for Dropbear.
http://www.greenend.org.uk/rjk/sftpserver/
comment "gesftpserver requires a toolchain with WCHAR and threads support"
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS