Config.in 872 B

123456789101112131415161718192021222324
  1. config 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. libpagekite is a tight, fast implementation of the PageKite
  13. protocol in C, suitable for high-performance or embedded
  14. applications.
  15. In addition to the libpagekite library, this package installs
  16. the pagekitec, sshkite and httpkite tools.
  17. https://pagekite.net
  18. https://github.com/pagekite/libpagekite
  19. comment "libpagekite needs a toolchain with threads"
  20. depends on !BR2_TOOLCHAIN_HAS_THREADS