Re: [PATCH] ipq40xx: fix LED script

2022-02-20 Thread Robert Marko
On Sun, 20 Feb 2022 at 14:28, Christian Lamparter 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 > > Merged. Thanks! Had to change the SoB as

Re: [PATCH] ipq40xx: fix LED script

2022-02-20 Thread Christian Lamparter
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 Merged. Thanks! Had to change the SoB as it didn't match and openwrt.git doesn't let me push otherwise. Cheers, Chris

[PATCH] ipq40xx: fix LED script

2022-02-20 Thread Robert Marko
Fix the missing missing ;; after the cAP ac case. Fixes: 93d9119 ("ipq40xx: add MikroTik cAP ac support") Signed-off-by: Robert Marko --- target/linux/ipq40xx/base-files/etc/board.d/01_leds | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq40xx/base-files/etc/board.d/01_leds b