mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 02:17:58 +00:00 
			
		
		
		
	ucentral: development update
* fix ecw5211 support Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
		
							
								
								
									
										25
									
								
								patches/0024-ipq40xx-fix-ecw5211-support.patch
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								patches/0024-ipq40xx-fix-ecw5211-support.patch
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | |||||||
|  | From c82870ef8a2ae4798ede9393254c1e18798e5d01 Mon Sep 17 00:00:00 2001 | ||||||
|  | From: John Crispin <john@phrozen.org> | ||||||
|  | Date: Tue, 15 Jun 2021 17:03:14 +0200 | ||||||
|  | Subject: [PATCH] ipq40xx: fix ecw5211 support | ||||||
|  |  | ||||||
|  | Signed-off-by: John Crispin <john@phrozen.org> | ||||||
|  | --- | ||||||
|  |  target/linux/ipq40xx/image/generic.mk | 1 + | ||||||
|  |  1 file changed, 1 insertion(+) | ||||||
|  |  | ||||||
|  | diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk | ||||||
|  | index 1de17dd15a..487bba77b0 100644 | ||||||
|  | --- a/target/linux/ipq40xx/image/generic.mk | ||||||
|  | +++ b/target/linux/ipq40xx/image/generic.mk | ||||||
|  | @@ -371,6 +371,7 @@ define Device/edgecore_ecw5211 | ||||||
|  |  	SOC := qcom-ipq4018 | ||||||
|  |  	BLOCKSIZE := 128k | ||||||
|  |  	PAGESIZE := 2048 | ||||||
|  | +	DEVICE_DTS_CONFIG := config@ap.dk01.1-c2 | ||||||
|  |  	DEVICE_PACKAGES := kmod-tpm-i2c-atmel kmod-usb-acm uboot-envtools | ||||||
|  |  endef | ||||||
|  |  TARGET_DEVICES += edgecore_ecw5211 | ||||||
|  | --  | ||||||
|  | 2.25.1 | ||||||
|  |  | ||||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin