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 | ae7b7cbcfacf8401cf63652dfc675b7bafadbd05 (patch) | |
tree | a1acfc30c187ea1d138411b5967091fa308e75c6 /target | |
parent | 5eb118b610f005e4f7c6cbd5658679aa8d5452c4 (diff) | |
download | upstream-ae7b7cbcfacf8401cf63652dfc675b7bafadbd05.tar.gz upstream-ae7b7cbcfacf8401cf63652dfc675b7bafadbd05.tar.bz2 upstream-ae7b7cbcfacf8401cf63652dfc675b7bafadbd05.zip |
ramips: fix swapped colors for router LED on WHR-1166D (thx, Björn)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45847 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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>; }; }; |