mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-29 09:32:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			975 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			975 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 8d592cb3bb31b0013c20254910426ac1ea78cda1 Mon Sep 17 00:00:00 2001
 | |
| From: John Crispin <john@phrozen.org>
 | |
| 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 <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
 | |
| 
 | 
