1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00

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

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