5673ea3ce4
Changelog: https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html Removed patch, the patched file does not exist anymore in this release. Updated license hash due to copyright year bump: https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=ce59d8bb4f7a1c6aff677d1431ec84a803a24091 Switched build system to cmake. Added optional dependency to libgtk3. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
454 B
Plaintext
16 lines
454 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.
|
|
|
|
http://www.chiark.greenend.org.uk/~sgtatham/putty/
|
|
|
|
comment "putty needs a toolchain w/ wchar"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR
|