Config.in 609 B

12345678910111213141516171819202122232425262728293031323334
  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
  7. application programs implementing the File Transfer Protocol
  8. (FTP).
  9. https://www.ncftp.com/ncftp/
  10. if BR2_PACKAGE_NCFTP
  11. config BR2_PACKAGE_NCFTP_GET
  12. bool "ncftpget"
  13. default y
  14. config BR2_PACKAGE_NCFTP_PUT
  15. bool "ncftpput"
  16. default y
  17. config BR2_PACKAGE_NCFTP_LS
  18. bool "ncftpls"
  19. default y
  20. config BR2_PACKAGE_NCFTP_BATCH
  21. bool "ncftpbatch/ncftpspooler"
  22. default y
  23. config BR2_PACKAGE_NCFTP_BOOKMARKS
  24. bool "ncftpbookmarks"
  25. select BR2_PACKAGE_NCURSES
  26. endif