[openwrt/openwrt] treewide: fix MERCUSYS brand spelling

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 6 15:40:35 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/04cde73d56ebe83f3452c6e4f07cc39e19e8ea38

commit 04cde73d56ebe83f3452c6e4f07cc39e19e8ea38
Author: Mikhail Zhilkin <csharper2005 at gmail.com>
AuthorDate: Sun Oct 29 14:51:32 2023 +0000

    treewide: fix MERCUSYS brand spelling
    
    This commit fixes MERCUSYS brand spelling. The proper name is capitalized.
    
    Link: https://www.mercusys.com/
    Link: https://github.com/torvalds/linux/blob/master/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c#L7779
    
    Signed-off-by: Mikhail Zhilkin <csharper2005 at gmail.com>
    (cherry picked from commit 45a50a06fb3f39ea70936dd967a74e6e96f0cd89)
---
 target/linux/mediatek/dts/mt7986b-mercusys-mr90x-v1.dts | 2 +-
 target/linux/mediatek/image/filogic.mk                  | 2 +-
 target/linux/ramips/dts/mt7621_mercusys_mr70x-v1.dts    | 2 +-
 target/linux/ramips/image/mt7621.mk                     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/target/linux/mediatek/dts/mt7986b-mercusys-mr90x-v1.dts b/target/linux/mediatek/dts/mt7986b-mercusys-mr90x-v1.dts
index 8b8858ccef..4e8cd7cf11 100644
--- a/target/linux/mediatek/dts/mt7986b-mercusys-mr90x-v1.dts
+++ b/target/linux/mediatek/dts/mt7986b-mercusys-mr90x-v1.dts
@@ -8,7 +8,7 @@
 
 / {
 	compatible = "mercusys,mr90x-v1", "mediatek,mt7986b";
-	model = "Mercusys MR90X v1";
+	model = "MERCUSYS MR90X v1";
 
 	aliases {
 		serial0 = &uart0;
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index 46f8789b17..1462186028 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -408,7 +408,7 @@ endef
 TARGET_DEVICES += mediatek_mt7988a-rfb
 
 define Device/mercusys_mr90x-v1
-  DEVICE_VENDOR := Mercusys
+  DEVICE_VENDOR := MERCUSYS
   DEVICE_MODEL := MR90X v1
   DEVICE_DTS := mt7986b-mercusys-mr90x-v1
   DEVICE_DTS_DIR := ../dts
diff --git a/target/linux/ramips/dts/mt7621_mercusys_mr70x-v1.dts b/target/linux/ramips/dts/mt7621_mercusys_mr70x-v1.dts
index 245d130a1f..ebfc370caf 100644
--- a/target/linux/ramips/dts/mt7621_mercusys_mr70x-v1.dts
+++ b/target/linux/ramips/dts/mt7621_mercusys_mr70x-v1.dts
@@ -7,7 +7,7 @@
 
 / {
 	compatible = "mercusys,mr70x-v1", "mediatek,mt7621-soc";
-	model = "Mercusys MR70X v1";
+	model = "MERCUSYS MR70X v1";
 
 	aliases {
 		led-boot = &led_power_green;
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 962d7ef440..57adcb7da2 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -1526,7 +1526,7 @@ TARGET_DEVICES += mediatek_mt7621-eval-board
 define Device/mercusys_mr70x-v1
   $(Device/dsa-migration)
   $(Device/tplink-safeloader)
-  DEVICE_VENDOR := Mercusys
+  DEVICE_VENDOR := MERCUSYS
   DEVICE_MODEL := MR70X
   DEVICE_VARIANT := v1
   DEVICE_PACKAGES := kmod-mt7915-firmware -uboot-envtools




More information about the lede-commits mailing list