1config 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
11	  http://www.chiark.greenend.org.uk/~sgtatham/putty/
12
13comment "putty needs a toolchain w/ wchar"
14	depends on BR2_USE_MMU
15	depends on !BR2_USE_WCHAR
16