Config.in 656 B

12345678910111213141516171819
  1. config BR2_PACKAGE_INADYN
  2. bool "inadyn"
  3. depends on BR2_USE_MMU # Uses fork()
  4. depends on !BR2_STATIC_LIBS # dlopen()
  5. select BR2_PACKAGE_LIBCONFUSE
  6. help
  7. In-a-Dyn is Dynamic DNS (DDNS) client with HTTPS support used
  8. to automate the task of keeping your Internet name in sync
  9. with your public (DHCP/PPPoE) IP address. It can also be used
  10. when you have backup connections to the Internet.
  11. For HTTPS support you need to select one of the libraries:
  12. OpenSSL, GnuTLS, or mbed TLS (PolarSSL).
  13. https://github.com/troglobit/inadyn
  14. comment "inadyn needs a toolchain w/ dynamic library"
  15. depends on BR2_STATIC_LIBS
  16. depends on BR2_USE_MMU