[openwrt/openwrt] ath79: teltonika-rut230: fix typo in "green:signal-strength4" LED

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 12 12:52:32 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/6e06e1c0b1cb5ac08167773131901259b889e722

commit 6e06e1c0b1cb5ac08167773131901259b889e722
Author: Lech Perczak <lech.perczak at gmail.com>
AuthorDate: Sun Dec 8 04:08:38 2024 +0100

    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 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/17503
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit d04f41e092294789b5add6816bb3b3bd7570a30d)
---
 target/linux/ath79/dts/ar9331_teltonika_rut230-v1.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ath79/dts/ar9331_teltonika_rut230-v1.dts b/target/linux/ath79/dts/ar9331_teltonika_rut230-v1.dts
index c2c54b4662..192a7d2a04 100644
--- a/target/linux/ath79/dts/ar9331_teltonika_rut230-v1.dts
+++ b/target/linux/ath79/dts/ar9331_teltonika_rut230-v1.dts
@@ -68,7 +68,7 @@
 		};
 
 		signal-strength-4 {
-			label = "green:signal-strength4";
+			label = "green:signal-strength-4";
 			gpios = <&gpio 27 GPIO_ACTIVE_HIGH>;
 		};
 




More information about the lede-commits mailing list