diff options
author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2018-11-02 20:52:01 +0100 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2018-11-02 21:43:15 +0100 |
commit | 0411813c6f0520dea23a1c4f58f5956c504bf129 (patch) | |
tree | bfce057ea6344cba8dd0d1d4bffcfe33c297460c /target/linux/ramips/dts | |
parent | c9f5934c71e73df707d97f8b2ff86e164bfbda12 (diff) | |
download | upstream-0411813c6f0520dea23a1c4f58f5956c504bf129.tar.gz upstream-0411813c6f0520dea23a1c4f58f5956c504bf129.tar.bz2 upstream-0411813c6f0520dea23a1c4f58f5956c504bf129.zip |
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>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/GL-MT300N-V2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/GL-MT300N-V2.dts b/target/linux/ramips/dts/GL-MT300N-V2.dts index 48c43baeff..ba5a595b10 100644 --- a/target/linux/ramips/dts/GL-MT300N-V2.dts +++ b/target/linux/ramips/dts/GL-MT300N-V2.dts @@ -35,7 +35,7 @@ }; wan { - label = "gl-mt300n-v2:blue:wan"; + label = "gl-mt300n-v2:green:wan"; gpios = <&gpio1 11 GPIO_ACTIVE_LOW>; }; |