Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2, 1/1] package/connman: disable wireguard support
@ 2020-03-26 15:25 Mikael Bourhis-Cloarec
  2020-03-26 17:01 ` Romain Naour
  2020-03-26 19:01 ` Yann E. MORIN
  0 siblings, 2 replies; 6+ messages in thread
From: Mikael Bourhis-Cloarec @ 2020-03-26 15:25 UTC (permalink / raw)
  To: buildroot

The new Connman 1.38 release uses 'WireGuard' and 'libmnl' by default now.

But to keep the same 'Connman' setup as previous setup, we need to
explicitly disable the 'WireGuard' support.

The support of all the new 'Connman' options will be added by follow-up commits
(or patches).

Fixes:
http://autobuild.buildroot.org/?reason=connman-1.38

Signed-off-by: Mikael Bourhis-Cloarec <mikael.bourhis@smile.fr>
---
Changes v1 -> v2 (after review of Romain Naour)
  - this fix concerns all Arch, not only x86_64
  - do not add a new '_CONF_OPTS' line but use the previous one

 package/connman/connman.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/connman/connman.mk b/package/connman/connman.mk
index 701be8b59d..62ae919862 100644
--- a/package/connman/connman.mk
+++ b/package/connman/connman.mk
@@ -12,7 +12,8 @@ CONNMAN_INSTALL_STAGING = YES
 CONNMAN_LICENSE = GPL-2.0
 CONNMAN_LICENSE_FILES = COPYING
 
-CONNMAN_CONF_OPTS = --with-dbusconfdir=/etc
+CONNMAN_CONF_OPTS = --with-dbusconfdir=/etc \
+	--disable-wireguard
 
 ifeq ($(BR2_INIT_SYSTEMD),y)
 CONNMAN_CONF_OPTS += --with-systemdunitdir=/usr/lib/systemd/system
-- 
2.20.1

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

end of thread, other threads:[~2020-03-26 20:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-26 15:25 [Buildroot] [PATCH v2, 1/1] package/connman: disable wireguard support Mikael Bourhis-Cloarec
2020-03-26 17:01 ` Romain Naour
2020-03-26 19:01 ` Yann E. MORIN
2020-03-26 20:30   ` Romain Naour
2020-03-26 20:37     ` Yann E. MORIN
2020-03-26 20:43       ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox