mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
ramips: fix swapped colors for router LED on WHR-1166D (thx, Björn)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45847
This commit is contained in:
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
Block a user