All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/network-manager: don't explicitly select QMI/MBIM support
@ 2020-05-05 12:06 Aleksander Morgado
  2020-05-09 19:21 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksander Morgado @ 2020-05-05 12:06 UTC (permalink / raw)
  To: buildroot

When NetworkManager is built with ModemManager support, it should only
require the generic ModemManager dependency; it shouldn't configure
which features ModemManager provides.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
---
 package/network-manager/Config.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/network-manager/Config.in b/package/network-manager/Config.in
index e6a3f5f04f..7d44768460 100644
--- a/package/network-manager/Config.in
+++ b/package/network-manager/Config.in
@@ -40,8 +40,6 @@ config BR2_PACKAGE_NETWORK_MANAGER_TUI
 config BR2_PACKAGE_NETWORK_MANAGER_MODEM_MANAGER
 	bool "modem-manager support"
 	select BR2_PACKAGE_MODEM_MANAGER
-	select BR2_PACKAGE_MODEM_MANAGER_LIBMBIM
-	select BR2_PACKAGE_MODEM_MANAGER_LIBQMI
 	help
 	  This option enables support for ModemManager
 
-- 
2.26.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] package/network-manager: don't explicitly select QMI/MBIM support
  2020-05-05 12:06 [Buildroot] [PATCH] package/network-manager: don't explicitly select QMI/MBIM support Aleksander Morgado
@ 2020-05-09 19:21 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-05-09 19:21 UTC (permalink / raw)
  To: buildroot

On Tue,  5 May 2020 14:06:06 +0200
Aleksander Morgado <aleksander@aleksander.es> wrote:

> When NetworkManager is built with ModemManager support, it should only
> require the generic ModemManager dependency; it shouldn't configure
> which features ModemManager provides.
> 
> Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
> ---
>  package/network-manager/Config.in | 2 --
>  1 file changed, 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-09 19:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05 12:06 [Buildroot] [PATCH] package/network-manager: don't explicitly select QMI/MBIM support Aleksander Morgado
2020-05-09 19:21 ` Thomas Petazzoni

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.