mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 02:17:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1010 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1010 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 3ceb72aaffa13375c049d161702e9d9f55da38c8 Mon Sep 17 00:00:00 2001
 | |
| From: John Crispin <john@phrozen.org>
 | |
| Date: Mon, 4 Aug 2025 08:34:50 +0200
 | |
| Subject: [PATCH] yuncore_ax820: add insta1/2 partitions
 | |
| 
 | |
| Signed-off-by: John Crispin <john@phrozen.org>
 | |
| ---
 | |
|  target/linux/ramips/dts/mt7621_yuncore_ax820.dts | 12 +++++++++++-
 | |
|  1 file changed, 11 insertions(+), 1 deletion(-)
 | |
| 
 | |
| diff --git a/target/linux/ramips/dts/mt7621_yuncore_ax820.dts b/target/linux/ramips/dts/mt7621_yuncore_ax820.dts
 | |
| index b2f55b9be0..cc1b59340b 100644
 | |
| --- a/target/linux/ramips/dts/mt7621_yuncore_ax820.dts
 | |
| +++ b/target/linux/ramips/dts/mt7621_yuncore_ax820.dts
 | |
| @@ -120,7 +120,17 @@
 | |
|  			partition@90000 {
 | |
|  				compatible = "denx,uimage";
 | |
|  				label = "firmware";
 | |
| -				reg = <0x90000 0xf60000>;
 | |
| +				reg = <0x90000 0xf40000>;
 | |
| +			};
 | |
| +
 | |
| +			partition@fd0000 {
 | |
| +				label = "insta1";
 | |
| +				reg = <0xfd0000 0x10000>;
 | |
| +			};
 | |
| +
 | |
| +			partition@fe0000 {
 | |
| +				label = "insta2";
 | |
| +				reg = <0xfe0000 0x10000>;
 | |
|  			};
 | |
|  
 | |
|  			partition@ff0000 {
 | |
| -- 
 | |
| 2.34.1
 | |
| 
 | 
