All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: stefan.nickl@gmail.com
Cc: Thomas Perale <thomas.perale@mind.be>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2] package/modem-manager: Add option to enable AT commands via D-Bus
Date: Thu,  7 Aug 2025 20:24:44 +0200	[thread overview]
Message-ID: <20250807182444.726224-1-thomas.perale@mind.be> (raw)
In-Reply-To: <20250729172639.46544-1-Stefan.Nickl@gmail.com>

In reply of:
> Signed-off-by: Stefan Nickl <Stefan.Nickl@gmail.com>

Applied to 2025.02.x & 2025.05.x. Thanks

> ---
> Changes v1 -> v2:
>   - Don't split LIBQRTR section
> 
>  package/modem-manager/Config.in        | 6 ++++++
>  package/modem-manager/modem-manager.mk | 6 ++++++
>  2 files changed, 12 insertions(+)
> 
> diff --git a/package/modem-manager/Config.in b/package/modem-manager/Config.in
> index 6990996a86..e03447b96c 100644
> --- a/package/modem-manager/Config.in
> +++ b/package/modem-manager/Config.in
> @@ -38,6 +38,12 @@ config BR2_PACKAGE_MODEM_MANAGER_LIBQRTR
>  comment "QRTR support needs a toolchain w/ headers >= 4.15"
>  	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15
>  
> +config BR2_PACKAGE_MODEM_MANAGER_ATVIADBUS
> +	bool "at-via-dbus support"
> +	help
> +	  This option enables support for issuing AT commands
> +	  over the D-Bus interface.
> +
>  endif
>  
>  comment "modemmanager needs a toolchain w/ wchar, threads, dynamic library"
> diff --git a/package/modem-manager/modem-manager.mk b/package/modem-manager/modem-manager.mk
> index 932c163175..899e3071a5 100644
> --- a/package/modem-manager/modem-manager.mk
> +++ b/package/modem-manager/modem-manager.mk
> @@ -48,6 +48,12 @@ else
>  MODEM_MANAGER_CONF_OPTS += -Dqrtr=false
>  endif
>  
> +ifeq ($(BR2_PACKAGE_MODEM_MANAGER_ATVIADBUS),y)
> +MODEM_MANAGER_CONF_OPTS += -Dat_command_via_dbus=true
> +else
> +MODEM_MANAGER_CONF_OPTS += -Dat_command_via_dbus=false
> +endif
> +
>  ifeq ($(BR2_PACKAGE_SYSTEMD),y)
>  MODEM_MANAGER_DEPENDENCIES += systemd
>  MODEM_MANAGER_CONF_OPTS += \
> -- 
> 2.50.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      parent reply	other threads:[~2025-08-07 18:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-29 17:26 [Buildroot] [PATCH v2] package/modem-manager: Add option to enable AT commands via D-Bus stefan.nickl
2025-07-29 19:48 ` Thomas Petazzoni via buildroot
2025-07-29 23:39 ` Julien Olivain via buildroot
2025-08-07 18:24 ` Thomas Perale via buildroot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250807182444.726224-1-thomas.perale@mind.be \
    --to=buildroot@buildroot.org \
    --cc=stefan.nickl@gmail.com \
    --cc=thomas.perale@mind.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.