Explorar el Código

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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/17503
Signed-off-by: Hauke Mehrtens <[email protected]>
(cherry picked from commit d04f41e092294789b5add6816bb3b3bd7570a30d)
Lech Perczak hace 1 año
padre
commit
6e06e1c0b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      target/linux/ath79/dts/ar9331_teltonika_rut230-v1.dts

+ 1 - 1
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>;
 		};