All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/next] package/network-manager: don't explicitly select QMI/MBIM support
@ 2020-05-09 19:21 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2020-05-09 19:21 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=911f718df590224d1843efa1157356ba26f16bc2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-09 19:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09 19:21 [Buildroot] [git commit branch/next] package/network-manager: don't explicitly select QMI/MBIM support 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.