[openwrt/openwrt] ipq40xx: mikrotik: fix LED script

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 20 05:26:55 PST 2022


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c1e06a0cbb0ffede0bf619c0e2c6e5bf1f5020b8

commit c1e06a0cbb0ffede0bf619c0e2c6e5bf1f5020b8
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Sun Feb 20 12:39:26 2022 +0100

    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 <robimarko at gmail.com>
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com> (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 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"



More information about the lede-commits mailing list