Config.in 448 B

1234567891011121314
  1. config BR2_PACKAGE_ATFTP
  2. bool "atftp"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. help
  5. atftp is a client/server implementation of the TFTP
  6. protocol that implements RFCs 1350, 2090, 2347, 2348,
  7. and 2349. The server is multi-threaded and the client
  8. presents a friendly interface using libreadline
  9. (if enabled).
  10. http://sourceforge.net/projects/atftp/
  11. comment "atftp needs a toolchain w/ threads"
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS