[Buildroot] [PATCH 2/2] package/inadyn: update description, how to enable HTTPS support

Arnout Vandecappelle arnout at mind.be
Sun Jun 18 13:31:13 UTC 2023



On 06/06/2023 09:01, Joachim Wiberg wrote:
> Signed-off-by: Joachim Wiberg <troglobit at gmail.com>
> ---
>   package/inadyn/Config.in | 10 +++++++---
>   1 file changed, 7 insertions(+), 3 deletions(-)
> 
> diff --git a/package/inadyn/Config.in b/package/inadyn/Config.in
> index 3589823da4..1476e9cf84 100644
> --- a/package/inadyn/Config.in
> +++ b/package/inadyn/Config.in
> @@ -4,9 +4,13 @@ config BR2_PACKAGE_INADYN
>   	depends on !BR2_STATIC_LIBS # dlopen()
>   	select BR2_PACKAGE_LIBCONFUSE
>   	help
> -	  INADYN is a free DynDNS client. It gives the possibility
> -	  to have your own fixed hostname registered on the internet,
> -	  although your IP might be changing.
> +	  In-a-Dyn is Dynamic DNS (DDNS) client with HTTPS support used
> +	  to automate the task of keeping your Internet name in sync with

  This line is too long, as reported by check-package.

  Both applied to master with that fixed, thanks.

  Regards,
  Arnout

> +	  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
>   



More information about the buildroot mailing list