libdrm: add vc4 (Raspberry Pi) option
[buildroot-gz.git] / package / ncftp / Config.in
blob57586e7ba2ce356b8958ec2c5c712c17c0938dc4
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).
9           http://www.ncftp.com/ncftp/
11 if BR2_PACKAGE_NCFTP
13 menu "ncFTP tools selection"
15 config BR2_PACKAGE_NCFTP_GET
16         bool "NcFTPGet - command-line utility program"
17         default y
19 config BR2_PACKAGE_NCFTP_PUT
20         bool "NcFTPPut - command-line utility program"
21         default y
23 config BR2_PACKAGE_NCFTP_LS
24         bool "NcFTPLs - command-line utility program"
25         default y
27 config BR2_PACKAGE_NCFTP_BATCH
28         bool "NcFTPBatch & NcFTPSpooler - background FTP program for individual users"
29         default y
31 config BR2_PACKAGE_NCFTP_BOOKMARKS
32         bool "NcFTPBookmarks - ncurses based Bookmark Editor"
33         select BR2_PACKAGE_NCURSES
35 endmenu
37 endif