The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / atftp / Config.in
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
11           http://sourceforge.net/projects/atftp/
12
13 comment "atftp needs a toolchain w/ threads"
14         depends on !BR2_TOOLCHAIN_HAS_THREADS