mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			396 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			396 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/admswconfig.c
 | 
						|
+++ b/admswconfig.c
 | 
						|
@@ -111,9 +111,9 @@ int main(int argc, char **argv)
 | 
						|
 		}
 | 
						|
 	} else {
 | 
						|
 		/* display matrix */
 | 
						|
-		printf("ethX\tport0\tport1\tport2\tport3\tport4");
 | 
						|
-		if (info.ports == 6)
 | 
						|
-			printf("\tport5");
 | 
						|
+		printf("ethX");
 | 
						|
+		for (i = 0; i < info.ports; i++)
 | 
						|
+			printf("\tport%d", i);
 | 
						|
 		printf("\tCPU\n");
 | 
						|
 		for (i = 0; i < info.ports; i++) {
 | 
						|
 			printf("%d", i);
 |