ipq40xx: mikrotik: fix LED script
authorRobert Marko <[email protected]>
Sun, 20 Feb 2022 11:39:26 +0000 (12:39 +0100)
committerChristian Lamparter <[email protected]>
Sun, 20 Feb 2022 13:24:43 +0000 (14:24 +0100)
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 <[email protected]>
Signed-off-by: Christian Lamparter <[email protected]> (minor touch-up)
target/linux/ipq40xx/base-files/etc/board.d/01_leds

index 03ee053fccc8ee5c8132b4dd92545b64dc6504cc..884b265dcb62accc12012e4882c10c60f0144f9b 100644 (file)
@@ -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"