ath79: fix boardname of GL.iNet GL-AR150
This device is called GL-AR150, therefore rename the board to 'gl-ar150' Signed-off-by: Paul Wassi <p.wassi@gmx.at>
This commit is contained in:
		 Paul Wassi
					Paul Wassi
				
			
				
					committed by
					
						 Mathias Kresin
						Mathias Kresin
					
				
			
			
				
	
			
			
			 Mathias Kresin
						Mathias Kresin
					
				
			
						parent
						
							caf306ce91
						
					
				
				
					commit
					8ba76d6e74
				
			| @@ -89,8 +89,8 @@ ath79_setup_interfaces() | |||||||
| 	etactica,eg200) | 	etactica,eg200) | ||||||
| 		ucidef_set_interface_lan "eth0" "dhcp" | 		ucidef_set_interface_lan "eth0" "dhcp" | ||||||
| 		;; | 		;; | ||||||
| 	glinet,ar150|\ |  | ||||||
| 	glinet,ar300m|\ | 	glinet,ar300m|\ | ||||||
|  | 	glinet,gl-ar150|\ | ||||||
| 	glinet,gl-x750) | 	glinet,gl-x750) | ||||||
| 		ucidef_set_interfaces_lan_wan "eth1" "eth0" | 		ucidef_set_interfaces_lan_wan "eth1" "eth0" | ||||||
| 		;; | 		;; | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
| 
 | 
 | ||||||
| / { | / { | ||||||
| 	model = "GL.iNet GL-AR150"; | 	model = "GL.iNet GL-AR150"; | ||||||
| 	compatible = "glinet,ar150", "qca,ar9330"; | 	compatible = "glinet,gl-ar150", "qca,ar9330"; | ||||||
| 
 | 
 | ||||||
| 	aliases { | 	aliases { | ||||||
| 		serial0 = &uart; | 		serial0 = &uart; | ||||||
| @@ -259,14 +259,14 @@ define Device/etactica_eg200 | |||||||
| endef | endef | ||||||
| TARGET_DEVICES += etactica_eg200 | TARGET_DEVICES += etactica_eg200 | ||||||
|  |  | ||||||
| define Device/glinet_ar150 | define Device/glinet_gl-ar150 | ||||||
|   ATH_SOC := ar9330 |   ATH_SOC := ar9330 | ||||||
|   DEVICE_TITLE := GL.iNet GL-AR150 |   DEVICE_TITLE := GL.iNet GL-AR150 | ||||||
|   DEVICE_PACKAGES := kmod-usb-chipidea2 |   DEVICE_PACKAGES := kmod-usb-chipidea2 | ||||||
|   IMAGE_SIZE := 16000k |   IMAGE_SIZE := 16000k | ||||||
|   SUPPORTED_DEVICES += gl-ar150 |   SUPPORTED_DEVICES += gl-ar150 | ||||||
| endef | endef | ||||||
| TARGET_DEVICES += glinet_ar150 | TARGET_DEVICES += glinet_gl-ar150 | ||||||
|  |  | ||||||
| define Device/glinet_ar300m-nor | define Device/glinet_ar300m-nor | ||||||
|   ATH_SOC := qca9531 |   ATH_SOC := qca9531 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user