realtek: ZyXEL: spell as done by manufacturer
authorStijn Segers <foss@volatilesystems.org>
Wed, 6 Jan 2021 21:45:19 +0000 (22:45 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 7 Jan 2021 18:51:50 +0000 (19:51 +0100)
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>
target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp.dts
target/linux/realtek/image/Makefile

index b316710388c5337114def0794b40acacd1013435..b114cb6b5ab2b07c6cd50ce6eb522615d549ca01 100644 (file)
@@ -7,7 +7,7 @@
 
 / {
        compatible = "zyxel,gs1900-10hp", "realtek,rtl838x-soc";
-       model = "Zyxel GS1900-10HP Switch";
+       model = "ZyXEL GS1900-10HP Switch";
 
        aliases {
                led-boot = &led_sys;
index 85b30aae1ed4c237b124b8516fb4470d3fea1cc8..765e516a0a25ef8132c1940fdbd3cd6c200441e6 100644 (file)
@@ -68,7 +68,7 @@ TARGET_DEVICES += netgear_gs110tpp-v1
 define Device/zyxel_gs1900-10hp
   SOC := rtl8380
   IMAGE_SIZE := 6976k
-  DEVICE_VENDOR := Zyxel
+  DEVICE_VENDOR := ZyXEL
   DEVICE_MODEL := GS1900-10HP
 endef
 TARGET_DEVICES += zyxel_gs1900-10hp