[openwrt/openwrt] realtek: ZyXEL: spell as done by manufacturer
LEDE Commits
lede-commits at lists.infradead.org
Thu Jan 7 13:52:25 EST 2021
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e1f5ffa48c0fc498b93dc19eb6f2676a98421973
commit e1f5ffa48c0fc498b93dc19eb6f2676a98421973
Author: Stijn Segers <foss at volatilesystems.org>
AuthorDate: Wed Jan 6 22:45:19 2021 +0100
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 at volatilesystems.org>
---
target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp.dts | 2 +-
target/linux/realtek/image/Makefile | 2 +-
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
More information about the lede-commits
mailing list