mirror of https://github.com/hak5/openwrt.git
ramips: fix swapped colors for router LED on WHR-1166D (thx, Björn)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45847lede-17.01
parent
1e659c29ec
commit
e56b6f6e66
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue