diff options
author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2018-11-02 20:52:01 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-12-07 21:41:56 +0100 |
commit | 1cd945ea2289f5b6047351da09d8cc2338bb002d (patch) | |
tree | 5acd2a5a5593488f54f667529e051edc0c45f418 /target/linux/ramips/dts | |
parent | fbadfecbb5471ce9f8b814f5facdea5d48e246dc (diff) | |
download | upstream-1cd945ea2289f5b6047351da09d8cc2338bb002d.tar.gz upstream-1cd945ea2289f5b6047351da09d8cc2338bb002d.tar.bz2 upstream-1cd945ea2289f5b6047351da09d8cc2338bb002d.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>
(cherry picked from commit 0411813c6f0520dea23a1c4f58f5956c504bf129)
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 e99d5578f0..98c9a79633 100644 --- a/target/linux/ramips/dts/GL-MT300N-V2.dts +++ b/target/linux/ramips/dts/GL-MT300N-V2.dts @@ -28,7 +28,7 @@ }; wan { - label = "gl-mt300n-v2:blue:wan"; + label = "gl-mt300n-v2:green:wan"; gpios = <&gpio1 11 GPIO_ACTIVE_LOW>; }; |