mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
ath79: teltonika-rut230: fix typo in "green:signal-strength4" LED
It's missing a hyphen present in every other LED from the set. Set it to "green:signal-strength-4". Signed-off-by: Lech Perczak <lech.perczak@gmail.com> Link: https://github.com/openwrt/openwrt/pull/17503 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
0d1568246f
commit
d04f41e092
@ -68,7 +68,7 @@
|
||||
};
|
||||
|
||||
signal-strength-4 {
|
||||
label = "green:signal-strength4";
|
||||
label = "green:signal-strength-4";
|
||||
gpios = <&gpio 27 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user