From 72aa7667dbfbb3050fbee3bbc2981033f2b353da Mon Sep 17 00:00:00 2001 From: Wesley Gimenes Date: Sat, 13 Apr 2024 22:57:47 -0300 Subject: [PATCH] netbird: add kmod-wireguard dependency netbird supports the wireguard kernel module, but it can work without it in user mode, losing some performance, but we know in advance that netbird will run as root, therefore supporting the wireguard kernel mode with better performance. Signed-off-by: Wesley Gimenes --- net/netbird/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/netbird/Makefile b/net/netbird/Makefile index 23b13cd2dc..3fa41bf422 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -29,7 +29,8 @@ define Package/netbird SUBMENU:=VPN TITLE:=Connect your devices into a single secure private WireGuard®-based mesh network URL:=https://netbird.io - DEPENDS:=$(GO_ARCH_DEPENDS) + DEPENDS:=$(GO_ARCH_DEPENDS) \ + +kmod-wireguard endef define Package/netbird/description