Skip to content

Commit

Permalink
treewide: fix MERCUSYS brand spelling
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
csharper2005 committed Oct 29, 2023
1 parent b3d2008 commit d4139b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion target/linux/mediatek/dts/mt7986b-mercusys-mr90x-v1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/ {
compatible = "mercusys,mr90x-v1", "mediatek,mt7986b";
model = "Mercusys MR90X v1";
model = "MERCUSYS MR90X v1";

aliases {
serial0 = &uart0;
Expand Down
2 changes: 1 addition & 1 deletion target/linux/mediatek/image/filogic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,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
Expand Down
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/mt7621_mercusys_mr70x-v1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion target/linux/ramips/image/mt7621.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,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
Expand Down

0 comments on commit d4139b0

Please sign in to comment.