Config.in 454 B

123456789101112131415
  1. config BR2_PACKAGE_PUTTY
  2. bool "putty"
  3. depends on BR2_USE_MMU # fork()
  4. depends on BR2_USE_WCHAR
  5. help
  6. PuTTY is a free SSH and Telnet client. Without GTK2 or GTK3
  7. activated, only the commandline tools plink, pscp, psftp,
  8. and puttygen are built; enable GTK2 or GTK3 for the
  9. graphical client.
  10. http://www.chiark.greenend.org.uk/~sgtatham/putty/
  11. comment "putty needs a toolchain w/ wchar"
  12. depends on BR2_USE_MMU
  13. depends on !BR2_USE_WCHAR