ramips: fix leds on GL.iNet GL-MT300N-V2
authorMartin Weinelt <hexa@darmstadt.ccc.de>
Fri, 2 Nov 2018 19:52:01 +0000 (20:52 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Fri, 7 Dec 2018 20:41:56 +0000 (21:41 +0100)
The WAN LED now shows the link state. It's color is green,
not blue.

Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
(cherry picked from commit 0411813c6f0520dea23a1c4f58f5956c504bf129)

target/linux/ramips/base-files/etc/board.d/01_leds
target/linux/ramips/dts/GL-MT300N-V2.dts

index 54504c6ee8bb45db0ffa371ec68c3a8fd7e4d673..6057275978591192e3b7799a8e6d97761c3e23a5 100755 (executable)
@@ -210,6 +210,7 @@ gl-mt750)
        ;;
 gl-mt300n-v2)
        set_wifi_led "$boardname:red:wlan"
+       ucidef_set_led_switch "wan" "wan" "$boardname:green:wan" "switch0" "0x1"
        ;;
 hc5661|\
 hc5661a)
index e99d5578f05bbaf82917878b87eb973a8323198c..98c9a796330068b36df5946f4a428e1b324594f8 100644 (file)
@@ -28,7 +28,7 @@
                };
 
                wan {
-                       label = "gl-mt300n-v2:blue:wan";
+                       label = "gl-mt300n-v2:green:wan";
                        gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
                };