mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 07:23:59 +00:00
ramips: mt7621: fix Huasifei MT7621 DTU led status
This commit is contained in:
parent
54aae07290
commit
d72ea8c7b6
target/linux/ramips
@ -49,7 +49,7 @@
|
||||
|
||||
led-cellular-l2 {
|
||||
label = "green:4g";
|
||||
gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
led-cellular-l3 {
|
||||
|
@ -58,6 +58,10 @@ gnubee,gb-pc2)
|
||||
ucidef_set_led_netdev "ethblack_act" "ethblack act" "green:ethblack_act" "ethblack" "tx rx"
|
||||
ucidef_set_led_netdev "ethblue_act" "ethblue act" "green:ethblue_act" "ethblue" "tx rx"
|
||||
;;
|
||||
huasifei,mt7621dtu)
|
||||
ucidef_set_led_switch "lan3" "lan3" "amber:4g" "switch0" "0x08"
|
||||
ucidef_set_led_switch "lan4" "lan3" "amber:5g" "switch0" "0x10"
|
||||
;;
|
||||
huasifei,ws1208v2)
|
||||
ucidef_set_led_netdev "wwan0" "wwan0" "green:cellular" "wwan0" "link tx rx"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user