From: Felix Fietkau Date: Sat, 30 May 2015 09:39:37 +0000 (+0000) Subject: ramips: fix swapped colors for router LED on WHR-1166D (thx, Björn) X-Git-Tag: reboot~2903 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=e56b6f6e66625bf82bc1456dbf38d054a6c6c1d9 ramips: fix swapped colors for router LED on WHR-1166D (thx, Björn) Signed-off-by: Felix Fietkau SVN-Revision: 45847 --- 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>; }; };