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 7 activated, only the commandline tools plink, pscp, psftp, 8 and puttygen are built; enable GTK2 for the graphical 9 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