diff options
author | Stijn Segers <foss@volatilesystems.org> | 2021-01-06 22:45:19 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-01-07 19:51:50 +0100 |
commit | e1f5ffa48c0fc498b93dc19eb6f2676a98421973 (patch) | |
tree | 4f0b06a89ac66f92d9482acb63e93e1a76ef157e /target/linux/realtek/dts | |
parent | 5bdf50d13b5c430be6dec505c92530cb2cf1f2f3 (diff) | |
download | upstream-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/linux/realtek/dts')
-rw-r--r-- | target/linux/realtek/dts/rtl8380_zyxel_gs1900-10hp.dts | 2 |
1 files changed, 1 insertions, 1 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; |