mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-30 01:52:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			775 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			775 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From e00ffc2ad678216a318106da687701aafa5a1ac7 Mon Sep 17 00:00:00 2001
 | |
| From: John Crispin <john@phrozen.org>
 | |
| Date: Fri, 4 Dec 2020 16:29:16 +0100
 | |
| Subject: [PATCH 20/43] ramips: make wifi work
 | |
| 
 | |
| Signed-off-by: John Crispin <john@phrozen.org>
 | |
| ---
 | |
|  target/linux/ramips/mt76x8/config-5.4 | 1 +
 | |
|  1 file changed, 1 insertion(+)
 | |
| 
 | |
| diff --git a/target/linux/ramips/mt76x8/config-5.4 b/target/linux/ramips/mt76x8/config-5.4
 | |
| index dfd01598ad..e82b775758 100644
 | |
| --- a/target/linux/ramips/mt76x8/config-5.4
 | |
| +++ b/target/linux/ramips/mt76x8/config-5.4
 | |
| @@ -46,6 +46,7 @@ CONFIG_CPU_R4K_CACHE_TLB=y
 | |
|  CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y
 | |
|  CONFIG_CPU_SUPPORTS_HIGHMEM=y
 | |
|  CONFIG_CPU_SUPPORTS_MSA=y
 | |
| +CONFIG_CRYPTO_HASH=y
 | |
|  CONFIG_CRYPTO_RNG2=y
 | |
|  CONFIG_CSRC_R4K=y
 | |
|  CONFIG_DEBUG_PINCTRL=y
 | |
| -- 
 | |
| 2.25.1
 | |
| 
 | 
