20 lines
656 B
Plaintext
20 lines
656 B
Plaintext
|
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
|