From 1cd945ea2289f5b6047351da09d8cc2338bb002d Mon Sep 17 00:00:00 2001
From: Martin Weinelt <hexa@darmstadt.ccc.de>
Date: Fri, 2 Nov 2018 20:52:01 +0100
Subject: ramips: fix leds on GL.iNet GL-MT300N-V2

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 | 1 +
 1 file changed, 1 insertion(+)

(limited to 'target/linux/ramips/base-files/etc')

diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds
index 54504c6ee8..6057275978 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -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)
-- 
cgit v1.2.3