xref: /OK3568_Linux_fs/buildroot/package/libpagekite/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBPAGEKITE
2	bool "libpagekite"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	select BR2_PACKAGE_LIBEV
5	select BR2_PACKAGE_OPENSSL
6	help
7	  PageKite is a protocol for dynamic, tunneled reverse proxying
8	  of arbitrary TCP byte streams. It is particularly well suited
9	  for making a HTTP server on a device without a public IP
10	  address visible to the wider Internet, but can also be used
11	  for a variety of other things, including SSH access.
12
13	  libpagekite is a tight, fast implementation of the PageKite
14	  protocol in C, suitable for high-performance or embedded
15	  applications.
16
17	  In addition to the libpagekite library, this package installs
18	  the pagekitec, sshkite and httpkite tools.
19
20	  https://pagekite.net
21	  https://github.com/pagekite/libpagekite
22
23comment "libpagekite needs a toolchain with threads"
24	depends on !BR2_TOOLCHAIN_HAS_THREADS
25