aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/wireguard-tools
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/wireguard-tools')
-rw-r--r--package/network/utils/wireguard-tools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/network/utils/wireguard-tools/Makefile b/package/network/utils/wireguard-tools/Makefile
index ee332c28ef..5f8da147c1 100644
--- a/package/network/utils/wireguard-tools/Makefile
+++ b/package/network/utils/wireguard-tools/Makefile
@@ -36,7 +36,10 @@ define Package/wireguard-tools
URL:=https://www.wireguard.com
MAINTAINER:=Jason A. Donenfeld <Jason@zx2c4.com>
TITLE:=WireGuard userspace control program (wg)
- DEPENDS:=+@BUSYBOX_CONFIG_IP +@BUSYBOX_CONFIG_FEATURE_IP_LINK
+ DEPENDS:= \
+ +@BUSYBOX_CONFIG_IP \
+ +@BUSYBOX_CONFIG_FEATURE_IP_LINK \
+ +kmod-wireguard
endef
define Package/wireguard-tools/description