From 453ecf4547704a032fe689adea8eaccf3e025450 Mon Sep 17 00:00:00 2001
From: darkbit <@darkbit:stratum0.org>
Date: Sun, 26 Feb 2023 01:27:31 +0100
Subject: [PATCH] v2022: wireguard support in gluon has been renamed

Since v2022 `gluon-wireguard` is part of the upstream wireguard support.
We only want wireguard itself, not the additional gluon features. This
we need `wireguard-tools` and `kmod-wireguard`.
---
 site.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/site.mk b/site.mk
index 38ab342..27ce3f5 100644
--- a/site.mk
+++ b/site.mk
@@ -19,7 +19,7 @@ GLUON_SITE_PACKAGES := \
 	iwinfo \
 	iptables \
 	gluon-web-network \
-	wireguard \
+	wireguard-tools kmod-wireguard \
 	gluon-ffbsnext-nodeconfig \
 	gluon-ffbsnext-nodeconfig-respondd \
 	gluon-ffbsnext-debugbathosts \
@@ -33,7 +33,6 @@ GLUON_SITE_PACKAGES := \
 	gluon-status-page-mesh-batman-adv \
 	respondd \
 	respondd-module-airtime \
-	gluon-wireguard \
 	gluon-radv-filterd \
 
 
-- 
GitLab