mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	Remove upstreamed parts from 100-ubnt_edgerouter2_support.patch. Compile and runtime tested on Ubiquiti EdgeRouter Lite. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
		
			
				
	
	
		
			19 lines
		
	
	
		
			760 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			760 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/arch/mips/include/asm/octeon/cvmx-bootinfo.h
 | 
						|
+++ b/arch/mips/include/asm/octeon/cvmx-bootinfo.h
 | 
						|
@@ -298,6 +298,7 @@ enum cvmx_board_types_enum {
 | 
						|
 	CVMX_BOARD_TYPE_UBNT_E200 = 20003,
 | 
						|
 	CVMX_BOARD_TYPE_UBNT_E220 = 20005,
 | 
						|
 	CVMX_BOARD_TYPE_ITUS_SHIELD = 20006,
 | 
						|
+	CVMX_BOARD_TYPE_UBNT_E300 = 20300,
 | 
						|
 	CVMX_BOARD_TYPE_KONTRON_S1901 = 21901,
 | 
						|
 	CVMX_BOARD_TYPE_CUST_PRIVATE_MAX = 30000,
 | 
						|
 
 | 
						|
@@ -401,6 +402,7 @@ static inline const char *cvmx_board_typ
 | 
						|
 		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_UBNT_E200)
 | 
						|
 		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_UBNT_E220)
 | 
						|
 		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_ITUS_SHIELD)
 | 
						|
+		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_UBNT_E300)
 | 
						|
 		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_KONTRON_S1901)
 | 
						|
 		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_CUST_PRIVATE_MAX)
 | 
						|
 	}
 |