blob: 63b2d9ad5f6a4fa74fc676b8cf09ad4aaa112945 [file] [log] [blame]
config BR2_PACKAGE_INADYN
bool "inadyn"
depends on BR2_USE_MMU # Uses fork()
depends on !BR2_STATIC_LIBS # dlopen()
select BR2_PACKAGE_LIBCONFUSE
help
In-a-Dyn is Dynamic DNS (DDNS) client with HTTPS support used
to automate the task of keeping your Internet name in sync
with your public (DHCP/PPPoE) IP address. It can also be used
when you have backup connections to the Internet.
For HTTPS support you need to select one of the libraries:
OpenSSL, GnuTLS, or mbed TLS (PolarSSL).
https://github.com/troglobit/inadyn
comment "inadyn needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
depends on BR2_USE_MMU