[openwrt/openwrt] ramips: mt76x8: sync Cudy TR1200 v1 naming
LEDE Commits
lede-commits at lists.infradead.org
Mon Jun 10 01:14:12 PDT 2024
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d780d530dd89d135fffc6fb6598e6f7b28cd3921
commit d780d530dd89d135fffc6fb6598e6f7b28cd3921
Author: Luis Mita <luis at luismita.com>
AuthorDate: Thu Jun 6 16:43:19 2024 -0400
ramips: mt76x8: sync Cudy TR1200 v1 naming
Cudy assigns hardware versions to its devices on its website, and
the Cudy TR1200 router is now Cudy TR1200 v1.
OpenWrt currently uses both variants, and this commit removes
inconsistencies using only the new name.
Signed-off-by: Luis Mita <luis at luismita.com>
---
target/linux/ramips/dts/mt7628an_cudy_tr1200-v1.dts | 4 ++--
target/linux/ramips/mt76x8/base-files/etc/board.d/02_network | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/target/linux/ramips/dts/mt7628an_cudy_tr1200-v1.dts b/target/linux/ramips/dts/mt7628an_cudy_tr1200-v1.dts
index d087530782..ae2bdd8a1c 100644
--- a/target/linux/ramips/dts/mt7628an_cudy_tr1200-v1.dts
+++ b/target/linux/ramips/dts/mt7628an_cudy_tr1200-v1.dts
@@ -7,8 +7,8 @@
#include <dt-bindings/leds/common.h>
/ {
- compatible = "cudy,tr1200", "mediatek,mt7628an-soc";
- model = "Cudy TR1200";
+ compatible = "cudy,tr1200-v1", "mediatek,mt7628an-soc";
+ model = "Cudy TR1200 v1";
aliases {
led-boot = &led_status;
diff --git a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network
index bec8e9e3df..96381b88b0 100644
--- a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network
@@ -94,7 +94,7 @@ ramips_setup_interfaces()
ucidef_add_switch "switch0" \
"4:lan" "6 at eth0"
;;
- cudy,tr1200)
+ cudy,tr1200-v1)
ucidef_add_switch "switch0" \
"0:lan" "1:wan" "6 at eth0"
;;
More information about the lede-commits
mailing list