diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-05-30 09:39:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-05-30 09:39:37 +0000 |
commit | e56b6f6e66625bf82bc1456dbf38d054a6c6c1d9 (patch) | |
tree | ef8d5591c1422851a4966bbb91a0b5f5aecab4e5 | |
parent | 1e659c29ec2144ca8ffefad18c9ccb4c2f5879ac (diff) | |
download | upstream-e56b6f6e66625bf82bc1456dbf38d054a6c6c1d9.tar.gz upstream-e56b6f6e66625bf82bc1456dbf38d054a6c6c1d9.tar.bz2 upstream-e56b6f6e66625bf82bc1456dbf38d054a6c6c1d9.zip |
ramips: fix swapped colors for router LED on WHR-1166D (thx, Björn)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45847
-rw-r--r-- | target/linux/ramips/dts/WHR-1166D.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/WHR-1166D.dts b/target/linux/ramips/dts/WHR-1166D.dts index cd2e71314a..9c48d0c092 100644 --- a/target/linux/ramips/dts/WHR-1166D.dts +++ b/target/linux/ramips/dts/WHR-1166D.dts @@ -121,11 +121,11 @@ gpios = <&gpio2 17 1>; }; router { - label = "buffalo:green:router"; + label = "buffalo:orange:router"; gpios = <&gpio2 18 1>; }; router2 { - label = "buffalo:orange:router"; + label = "buffalo:green:router"; gpios = <&gpio2 19 1>; }; }; |