aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorStijn Segers <foss@volatilesystems.org>2021-01-06 22:45:19 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-01-07 19:51:50 +0100
commite1f5ffa48c0fc498b93dc19eb6f2676a98421973 (patch)
tree4f0b06a89ac66f92d9482acb63e93e1a76ef157e /target
parent5bdf50d13b5c430be6dec505c92530cb2cf1f2f3 (diff)
downloadupstream-e1f5ffa48c0fc498b93dc19eb6f2676a98421973.tar.gz
upstream-e1f5ffa48c0fc498b93dc19eb6f2676a98421973.tar.bz2
upstream-e1f5ffa48c0fc498b93dc19eb6f2676a98421973.zip
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>
Diffstat (limited to 'target')
-rw-r--r--target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp.dts2
-rw-r--r--target/linux/realtek/image/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp.dts b/target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp.dts
index b316710388..b114cb6b5a 100644
--- a/target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp.dts
+++ b/target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp.dts
@@ -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;
diff --git a/target/linux/realtek/image/Makefile b/target/linux/realtek/image/Makefile
index 85b30aae1e..765e516a0a 100644
--- a/target/linux/realtek/image/Makefile
+++ b/target/linux/realtek/image/Makefile
@@ -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