xref: /OK3568_Linux_fs/buildroot/package/atftp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
11	  http://sourceforge.net/projects/atftp/
12
13comment "atftp needs a toolchain w/ threads"
14	depends on !BR2_TOOLCHAIN_HAS_THREADS
15