Config.in 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. config BR2_PACKAGE_NCFTP
  2. bool "ncftp"
  3. help
  4. NcFTP Client (also known as just NcFTP) is a set of FREE application
  5. programs implementing the File Transfer Protocol (FTP).
  6. http://www.ncftp.com/ncftp/
  7. menu "ncFTP tools selection"
  8. depends on BR2_PACKAGE_NCFTP
  9. config BR2_PACKAGE_NCFTP_GET
  10. bool "NcFTPGet - command-line utility program"
  11. default y
  12. depends on BR2_PACKAGE_NCFTP
  13. config BR2_PACKAGE_NCFTP_PUT
  14. bool "NcFTPPut - command-line utility program"
  15. default y
  16. depends on BR2_PACKAGE_NCFTP
  17. config BR2_PACKAGE_NCFTP_LS
  18. bool "NcFTPLs - command-line utility program"
  19. default y
  20. depends on BR2_PACKAGE_NCFTP
  21. config BR2_PACKAGE_NCFTP_BATCH
  22. bool "NcFTPBatch - background FTP program for individual users"
  23. default y
  24. depends on BR2_PACKAGE_NCFTP
  25. config BR2_PACKAGE_NCFTP_SPOOLER
  26. bool "NcFTPSpooler - spooler - not working properly"
  27. depends on BR2_PACKAGE_NCFTP
  28. depends on BR2_PACKAGE_NCURSES
  29. config BR2_PACKAGE_NCFTP_BOOKMARKS
  30. bool "NcFTPBookmarks"
  31. depends on BR2_PACKAGE_NCFTP
  32. depends on BR2_PACKAGE_NCURSES
  33. endmenu