All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/1] package/connman: add iwd support
@ 2021-12-22  0:02 James Hilliard
  2021-12-27 21:23 ` Thomas Petazzoni
  2022-01-25 17:17 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2021-12-22  0:02 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Martin Bark

IWD is a runtime dependency for the connman iwd plugin.

Signed-off-by: James Hilliard <james.hilliard1@gmail.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
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2 1/1] package/connman: add iwd support
  2021-12-22  0:02 [Buildroot] [PATCH v2 1/1] package/connman: add iwd support James Hilliard
@ 2021-12-27 21:23 ` Thomas Petazzoni
  2022-01-25 17:17 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-12-27 21:23 UTC (permalink / raw)
  To: James Hilliard; +Cc: Martin Bark, buildroot

On Tue, 21 Dec 2021 17:02:41 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:

> IWD is a runtime dependency for the connman iwd plugin.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/connman/connman.mk | 6 ++++++
>  1 file changed, 6 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2 1/1] package/connman: add iwd support
  2021-12-22  0:02 [Buildroot] [PATCH v2 1/1] package/connman: add iwd support James Hilliard
  2021-12-27 21:23 ` Thomas Petazzoni
@ 2022-01-25 17:17 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-01-25 17:17 UTC (permalink / raw)
  To: James Hilliard; +Cc: Martin Bark, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > IWD is a runtime dependency for the connman iwd plugin.
 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed to 2021.02.x and 2021.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-25 17:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-22  0:02 [Buildroot] [PATCH v2 1/1] package/connman: add iwd support James Hilliard
2021-12-27 21:23 ` Thomas Petazzoni
2022-01-25 17:17 ` Peter Korsgaard

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.