summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLech Perczak2024-12-08 03:08:38 +0000
committerHauke Mehrtens2025-01-12 20:36:04 +0000
commitd04f41e092294789b5add6816bb3b3bd7570a30d (patch)
treece3a91e68f093ea762dfa1a62274854918a72582
parent0d1568246f6834e4b593b23d43524d4c16a29e82 (diff)
downloadopenwrt-d04f41e092294789b5add6816bb3b3bd7570a30d.tar.gz
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>
-rw-r--r--target/linux/ath79/dts/ar9331_teltonika_rut230-v1.dts2
1 files changed, 1 insertions, 1 deletions
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>;
};