diff --git a/target/linux/ramips/dts/mt7621_huasifei_mt7621dtu.dts b/target/linux/ramips/dts/mt7621_huasifei_mt7621dtu.dts index 7ef72e07f..9d58b0a74 100644 --- a/target/linux/ramips/dts/mt7621_huasifei_mt7621dtu.dts +++ b/target/linux/ramips/dts/mt7621_huasifei_mt7621dtu.dts @@ -38,22 +38,22 @@ }; led-cellular-4g { - label = "green:wwan4g"; + label = "amber:4g"; gpios = <&gpio 8 GPIO_ACTIVE_LOW>; }; led-cellular-5g { - label = "green:wwan5g"; + label = "amber:5g"; gpios = <&gpio 14 GPIO_ACTIVE_LOW>; }; led-cellular-l2 { - label = "green:wwan-l2"; + label = "green:4g"; gpios = <&gpio 5 GPIO_ACTIVE_LOW>; }; led-cellular-l3 { - label = "green:wwan-l3"; + label = "green:5g"; gpios = <&gpio 11 GPIO_ACTIVE_HIGH>; }; }; diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network index 2d17a73e8..3c58566dc 100644 --- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network @@ -95,7 +95,7 @@ ramips_setup_interfaces() ;; huasifei,mt7621dtu) ucidef_add_switch "switch0" \ - "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6u@eth0" "5u@eth1" + "1:lan" "2:lan" "3:lan" "4:lan" "0:wan" "6u@eth0" "5u@eth1" ucidef_set_interfaces_lan_wan "eth0" "eth1 eth2" ;; oraybox,x3a)