realtek: ZyXEL: spell as done by manufacturer
ZyXEL spells its own name all uppercase with just the Y lowercase. Adapt the realtek target to follow this (other OpenWrt targets already do so). Signed-off-by: Stijn Segers <foss@volatilesystems.org>
This commit is contained in:
		 Stijn Segers
					Stijn Segers
				
			
				
					committed by
					
						 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
			
				
	
			
			
			 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
						parent
						
							5bdf50d13b
						
					
				
				
					commit
					e1f5ffa48c
				
			| @@ -7,7 +7,7 @@ | |||||||
|  |  | ||||||
| / { | / { | ||||||
| 	compatible = "zyxel,gs1900-10hp", "realtek,rtl838x-soc"; | 	compatible = "zyxel,gs1900-10hp", "realtek,rtl838x-soc"; | ||||||
| 	model = "Zyxel GS1900-10HP Switch"; | 	model = "ZyXEL GS1900-10HP Switch"; | ||||||
|  |  | ||||||
| 	aliases { | 	aliases { | ||||||
| 		led-boot = &led_sys; | 		led-boot = &led_sys; | ||||||
|   | |||||||
| @@ -68,7 +68,7 @@ TARGET_DEVICES += netgear_gs110tpp-v1 | |||||||
| define Device/zyxel_gs1900-10hp | define Device/zyxel_gs1900-10hp | ||||||
|   SOC := rtl8380 |   SOC := rtl8380 | ||||||
|   IMAGE_SIZE := 6976k |   IMAGE_SIZE := 6976k | ||||||
|   DEVICE_VENDOR := Zyxel |   DEVICE_VENDOR := ZyXEL | ||||||
|   DEVICE_MODEL := GS1900-10HP |   DEVICE_MODEL := GS1900-10HP | ||||||
| endef | endef | ||||||
| TARGET_DEVICES += zyxel_gs1900-10hp | TARGET_DEVICES += zyxel_gs1900-10hp | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user