Skip to content

Commit

Permalink
ramips: mt76x8: sync Cudy TR1200 v1 naming
Browse files Browse the repository at this point in the history
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 <[email protected]>
(cherry picked from commit d780d53)
Link: openwrt#15875
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
LuisMitaHL authored and hauke committed Jul 7, 2024
1 parent 7be58cc commit 3fcf619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions target/linux/ramips/dts/mt7628an_cudy_tr1200-v1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ramips_setup_interfaces()
ucidef_add_switch "switch0" \
"4:lan" "6@eth0"
;;
cudy,tr1200)
cudy,tr1200-v1)
ucidef_add_switch "switch0" \
"0:lan" "1:wan" "6@eth0"
;;
Expand Down

0 comments on commit 3fcf619

Please sign in to comment.