mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 10:28:06 +00:00 
			
		
		
		
	 901b58c7ea
			
		
	
	901b58c7ea
	
	
	
		
			
			Replaces libustream-mbedtls with libustream-openssl throughout the tree for consistency with TIP infrastructure. Renumbered from patches/0007. Signed-off-by: John Crispin <john@phrozen.org>
		
			
				
	
	
		
			29 lines
		
	
	
		
			671 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			671 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 87923c334b7ee521e1bd10e9503da468c8e931f9 Mon Sep 17 00:00:00 2001
 | |
| From: John Crispin <john@phrozen.org>
 | |
| Date: Mon, 2 Oct 2023 11:14:11 +0200
 | |
| Subject: [PATCH 04/55] treewide: replace libustream-mbedtls with -openssl
 | |
| 
 | |
| TIP uses openssl where possible.
 | |
| 
 | |
| Signed-off-by: John Crispin <john@phrozen.org>
 | |
| ---
 | |
|  include/target.mk | 2 +-
 | |
|  1 file changed, 1 insertion(+), 1 deletion(-)
 | |
| 
 | |
| diff --git a/include/target.mk b/include/target.mk
 | |
| index 02ea68b15c..9b10db8d2f 100644
 | |
| --- a/include/target.mk
 | |
| +++ b/include/target.mk
 | |
| @@ -25,7 +25,7 @@ DEFAULT_PACKAGES:=\
 | |
|  	fstools \
 | |
|  	libc \
 | |
|  	libgcc \
 | |
| -	libustream-mbedtls \
 | |
| +	libustream-openssl \
 | |
|  	logd \
 | |
|  	mtd \
 | |
|  	netifd \
 | |
| -- 
 | |
| 2.34.1
 | |
| 
 |