2012-06-19 08:37:34 +02:00
|
|
|
config BR2_PACKAGE_INADYN
|
|
|
|
bool "inadyn"
|
2012-12-17 04:12:01 +01:00
|
|
|
depends on BR2_USE_MMU # Uses fork()
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # dlopen()
|
2016-10-17 22:14:30 +02:00
|
|
|
select BR2_PACKAGE_LIBCONFUSE
|
2012-06-19 08:37:34 +02:00
|
|
|
help
|
2023-06-06 09:01:26 +02:00
|
|
|
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).
|
2012-06-19 08:37:34 +02:00
|
|
|
|
|
|
|
https://github.com/troglobit/inadyn
|
2014-07-10 14:40:37 +02:00
|
|
|
|
|
|
|
comment "inadyn needs a toolchain w/ dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|
2014-08-04 15:20:28 +02:00
|
|
|
depends on BR2_USE_MMU
|