mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
https://lists.tartarus.org/pipermail/putty-announce/2026/000042.html Updated license hash due to copyright year bump in upstream commit 995b63a82bac4f6985958cb92943e807a9f35736. A link to this commit can not be provided due to the shutdown of the upstream gitweb interface: https://git.tartarus.org/?p=simon/putty.git Switched URLs to https. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
455 B
Plaintext
16 lines
455 B
Plaintext
config BR2_PACKAGE_PUTTY
|
|
bool "putty"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_WCHAR
|
|
help
|
|
PuTTY is a free SSH and Telnet client. Without GTK2 or GTK3
|
|
activated, only the commandline tools plink, pscp, psftp,
|
|
and puttygen are built; enable GTK2 or GTK3 for the
|
|
graphical client.
|
|
|
|
https://www.chiark.greenend.org.uk/~sgtatham/putty/
|
|
|
|
comment "putty needs a toolchain w/ wchar"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR
|