All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/connman: Remove wpa_supplicant selection for wifi
@ 2024-07-16 21:14 Bryce Johnson
  2024-07-18 10:04 ` Arnout Vandecappelle via buildroot
  0 siblings, 1 reply; 5+ messages in thread
From: Bryce Johnson @ 2024-07-16 21:14 UTC (permalink / raw)
  To: buildroot; +Cc: martin, Bryce Johnson

Connman wifi works both with IWD and wpa_supplicant.  You don't want
BR2_PACKAGE_WPA_SUPPLICANT selected when using IWD.

---
 package/connman/Config.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/connman/Config.in b/package/connman/Config.in
index af3e1f69f6..44a3b41fb2 100644
--- a/package/connman/Config.in
+++ b/package/connman/Config.in
@@ -45,8 +45,6 @@ config BR2_PACKAGE_CONNMAN_ETHERNET

 config BR2_PACKAGE_CONNMAN_WIFI
        bool "enable WiFi support"
-       select BR2_PACKAGE_WPA_SUPPLICANT # runtime
-       select BR2_PACKAGE_WPA_SUPPLICANT_DBUS # runtime
        help
          Enable WiFi support (scan and static/dhcp interface
          setup). ConnMan detects the start of wpa_supplicant
-- 
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-07-18 20:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16 21:14 [Buildroot] [PATCH] package/connman: Remove wpa_supplicant selection for wifi Bryce Johnson
2024-07-18 10:04 ` Arnout Vandecappelle via buildroot
2024-07-18 14:42   ` Bryce Johnson
2024-07-18 15:15     ` [Buildroot] [PATCH v2 1/1] " Bryce Johnson
2024-07-18 20:10       ` Thomas Petazzoni via buildroot

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.