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 / ncftp / Config.in
1 config BR2_PACKAGE_NCFTP
2         bool "ncftp"
3         # fork()
4         depends on BR2_USE_MMU
5         help
6           NcFTP Client (also known as just NcFTP) is a set of FREE application
7           programs implementing the File Transfer Protocol (FTP).
8
9           http://www.ncftp.com/ncftp/
10
11 if BR2_PACKAGE_NCFTP
12
13 menu "ncFTP tools selection"
14
15 config BR2_PACKAGE_NCFTP_GET
16         bool "NcFTPGet - command-line utility program"
17         default y
18
19 config BR2_PACKAGE_NCFTP_PUT
20         bool "NcFTPPut - command-line utility program"
21         default y
22
23 config BR2_PACKAGE_NCFTP_LS
24         bool "NcFTPLs - command-line utility program"
25         default y
26
27 config BR2_PACKAGE_NCFTP_BATCH
28         bool "NcFTPBatch & NcFTPSpooler - background FTP program for individual users"
29         default y
30
31 config BR2_PACKAGE_NCFTP_BOOKMARKS
32         bool "NcFTPBookmarks - ncurses based Bookmark Editor"
33         select BR2_PACKAGE_NCURSES
34
35 endmenu
36
37 endif