Files
operating-system/buildroot/package/libpagekite/Config.in
Pascal Vizeli 41d3f59002 Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3

* Fix enter script

* Update ova_defconfig

* Fix network manager

* Remove runc patches

* Use same docker version

* Fix build

* Fix vmtools

* Fix depens

* Fix handling with tempfiles

* Fix permission handling

* Fix cp

* Cleanup

* Fix mounts
2019-06-27 11:58:50 +02:00

25 lines
872 B
Plaintext

config BR2_PACKAGE_LIBPAGEKITE
bool "libpagekite"
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_LIBEV
select BR2_PACKAGE_OPENSSL
help
PageKite is a protocol for dynamic, tunneled reverse proxying
of arbitrary TCP byte streams. It is particularly well suited
for making a HTTP server on a device without a public IP
address visible to the wider Internet, but can also be used
for a variety of other things, including SSH access.
libpagekite is a tight, fast implementation of the PageKite
protocol in C, suitable for high-performance or embedded
applications.
In addition to the libpagekite library, this package installs
the pagekitec, sshkite and httpkite tools.
https://pagekite.net
https://github.com/pagekite/libpagekite
comment "libpagekite needs a toolchain with threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS