[Buildroot] [git commit branch/2021.02.x] package/connman: add iwd support

Peter Korsgaard peter at korsgaard.com
Tue Jan 25 17:17:17 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=123e8b59879bda71e29c6e6485a75e9fc10bfdf6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

IWD is a runtime dependency for the connman iwd plugin.

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 9892fd8f06e51be6b838e99dce5075aceeda1142)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/connman/connman.mk | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/package/connman/connman.mk b/package/connman/connman.mk
index e5e596c973..8c66a69882 100644
--- a/package/connman/connman.mk
+++ b/package/connman/connman.mk
@@ -85,6 +85,12 @@ else
 CONNMAN_CONF_OPTS += --disable-wispr
 endif
 
+ifeq ($(BR2_PACKAGE_IWD),y)
+CONNMAN_CONF_OPTS += --enable-iwd
+else
+CONNMAN_CONF_OPTS += --disable-iwd
+endif
+
 define CONNMAN_INSTALL_INIT_SYSV
 	$(INSTALL) -m 0755 -D package/connman/S45connman $(TARGET_DIR)/etc/init.d/S45connman
 endef



More information about the buildroot mailing list