From 545aa5ce7b56ba20309efd399ec7267a5a760f41 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Sun, 20 Feb 2022 12:39:26 +0100 Subject: [PATCH] ipq40xx: mikrotik: fix LED script Fix the missing ;; after the cAP ac case in /e/b/01_leds. Fixes: 93d9119 ("ipq40xx: add MikroTik cAP ac support") Signed-off-by: Robert Marko Signed-off-by: Christian Lamparter (minor touch-up) --- 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/target/linux/ipq40xx/base-files/etc/board.d/01_leds index b92fbdcf49..04ede1e4f2 100755 --- a/target/linux/ipq40xx/base-files/etc/board.d/01_leds +++ b/target/linux/ipq40xx/base-files/etc/board.d/01_leds @@ -72,6 +72,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"