python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / ncftp / Config.in
blob135ab5350f57813421c2bb568f61c224a39eb39f
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 config BR2_PACKAGE_NCFTP_GET
14         bool "ncftpget"
15         default y
17 config BR2_PACKAGE_NCFTP_PUT
18         bool "ncftpput"
19         default y
21 config BR2_PACKAGE_NCFTP_LS
22         bool "ncftpls"
23         default y
25 config BR2_PACKAGE_NCFTP_BATCH
26         bool "ncftpbatch/ncftpspooler"
27         default y
29 config BR2_PACKAGE_NCFTP_BOOKMARKS
30         bool "ncftpbookmarks"
31         select BR2_PACKAGE_NCURSES
33 endif