Files
wlan-ap/patches/0015-wireguard-tools-do-not-select-the-kernel-module.patch
John Crispin 73d949cf3f 23.05: update patches
Signed-off-by: John Crispin <john@phrozen.org>
2023-09-28 14:50:26 +02:00

30 lines
975 B
Diff

From 33d4a794f51e0f2f6ba4ef00cd403d9fb7ba7547 Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Mon, 13 Jun 2022 13:37:17 +0200
Subject: [PATCH 15/43] wireguard-tools: do not select the kernel module
unetd will select the correct kernel module.
Signed-off-by: John Crispin <john@phrozen.org>
---
package/network/utils/wireguard-tools/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/network/utils/wireguard-tools/Makefile b/package/network/utils/wireguard-tools/Makefile
index 5b1fab057d..2e5e1a7ed6 100644
--- a/package/network/utils/wireguard-tools/Makefile
+++ b/package/network/utils/wireguard-tools/Makefile
@@ -36,8 +36,7 @@ define Package/wireguard-tools
TITLE:=WireGuard userspace control program (wg)
DEPENDS:= \
+@BUSYBOX_CONFIG_IP \
- +@BUSYBOX_CONFIG_FEATURE_IP_LINK \
- +kmod-wireguard
+ +@BUSYBOX_CONFIG_FEATURE_IP_LINK
endef
define Package/wireguard-tools/description
--
2.34.1