[Buildroot] [PATCH] connman: select dbus support in wpa_supplicant

Jérôme Pouiller jezz at sysmic.org
Mon Oct 13 07:47:34 UTC 2014


... else connman cannot communicate with wpa_supplicant

Signed-off-by: Jérôme Pouiller <jezz at sysmic.org>
---
 package/connman/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/connman/Config.in b/package/connman/Config.in
index a42de17..8803aeb 100644
--- a/package/connman/Config.in
+++ b/package/connman/Config.in
@@ -24,6 +24,7 @@ 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_NEW # runtime
 	help
 	  Enable WiFi support (scan and static/dhcp interface
 	  setup). ConnMan detects the start of wpa_supplicant
-- 
1.9.1



More information about the buildroot mailing list