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
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue