mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
unetd will select the correct kernel module. Fixes: WIFI-7571 Signed-off-by: John Crispin <john@phrozen.org>
30 lines
969 B
Diff
30 lines
969 B
Diff
From fcea0e786c9311e3fc6ff256ba320aaa07b6ae05 Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Mon, 13 Jun 2022 13:37:17 +0200
|
|
Subject: [PATCH] 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 5f8da147c1..e0df0a6c67 100644
|
|
--- a/package/network/utils/wireguard-tools/Makefile
|
|
+++ b/package/network/utils/wireguard-tools/Makefile
|
|
@@ -38,8 +38,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.25.1
|
|
|