diff mbox series

ipq40xx: fix LED script

Message ID 20220220113926.251849-1-robert.marko@sartura.hr
State Accepted
Delegated to: Petr Štetiar
Headers show
Series ipq40xx: fix LED script | expand

Commit Message

Robert Marko Feb. 20, 2022, 11:39 a.m. UTC
Fix the missing missing ;; after the cAP ac case.

Fixes: 93d9119 ("ipq40xx: add MikroTik cAP ac support")
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
---
 target/linux/ipq40xx/base-files/etc/board.d/01_leds | 1 +
 1 file changed, 1 insertion(+)

Comments

Christian Lamparter Feb. 20, 2022, 1:28 p.m. UTC | #1
On 20/02/2022 12:39, Robert Marko wrote:
> Fix the missing missing ;; after the cAP ac case.
> 
> Fixes: 93d9119 ("ipq40xx: add MikroTik cAP ac support")
> Signed-off-by: Robert Marko <robert.marko@sartura.hr>

Merged. Thanks! Had to change the SoB as it didn't match
and openwrt.git doesn't let me push otherwise.

Cheers,
Christian
Robert Marko Feb. 20, 2022, 3:13 p.m. UTC | #2
On Sun, 20 Feb 2022 at 14:28, Christian Lamparter <chunkeey@gmail.com> wrote:
>
> On 20/02/2022 12:39, Robert Marko wrote:
> > Fix the missing missing ;; after the cAP ac case.
> >
> > Fixes: 93d9119 ("ipq40xx: add MikroTik cAP ac support")
> > Signed-off-by: Robert Marko <robert.marko@sartura.hr>
>
> Merged. Thanks! Had to change the SoB as it didn't match
> and openwrt.git doesn't let me push otherwise.

Thanks, I realized that I sent it from the wrong email only after sending it.
Regards,
Robert

>
> Cheers,
> Christian
diff mbox series

Patch

diff --git a/target/linux/ipq40xx/base-files/etc/board.d/01_leds b/target/linux/ipq40xx/base-files/etc/board.d/01_leds
index 03ee053fcc..884b265dcb 100644
--- a/target/linux/ipq40xx/base-files/etc/board.d/01_leds
+++ b/target/linux/ipq40xx/base-files/etc/board.d/01_leds
@@ -59,6 +59,7 @@  mikrotik,cap-ac)
 	ucidef_set_led_switch "eth2" "ETH2" "green:eth2" "switch0" "0x10"
 	ucidef_set_led_wlan "wlan2g" "WLAN2G" "green:wlan2g" "phy0tpt"
 	ucidef_set_led_wlan "wlan5g" "WLAN5G" "green:wlan5g" "phy1tpt"
+	;;
 mikrotik,hap-ac3)
 	ucidef_set_led_netdev "wan" "WAN" "green:wan" "eth1"
 	ucidef_set_led_switch "lan1" "LAN1" "green:lan1" "switch0" "0x10"