From 8d592cb3bb31b0013c20254910426ac1ea78cda1 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 13 Jun 2022 13:37:17 +0200 Subject: [PATCH 40/68] wireguard-tools: do not select the kernel module unetd will select the correct kernel module. Signed-off-by: John Crispin --- 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