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/image/Makefile | |
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/image/Makefile')
-rw-r--r-- | target/linux/realtek/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |