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 <wehagy@proton.me>
This commit is contained in:
Wesley Gimenes 2024-04-13 22:57:47 -03:00
parent f28c81bae2
commit 72aa7667db
No known key found for this signature in database
GPG Key ID: 4616F631166D68B6
1 changed files with 2 additions and 1 deletions

View File

@ -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