[Buildroot] [git commit branch/next] package/network-manager: don't explicitly select QMI/MBIM support

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat May 9 19:21:21 UTC 2020


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 at aleksander.es>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at 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
 


More information about the buildroot mailing list