mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-16 17:01:37 +00:00
mediatek: fix missing case terminator in LED board config
Add missing ';;' after edgecore,eap111/eap112 LED configuration to prevent fall-through to subsequent case statements. Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
acd6318de2
commit
f6dbae7866
@ -46,6 +46,7 @@ edgecore,eap111|\
|
||||
edgecore,eap112)
|
||||
ucidef_set_led_netdev "wan" "wan" "orange:indicator" "eth1"
|
||||
ucidef_set_led_netdev "wlan5g" "WLAN5G" "blue:indicator" "phy1-ap0"
|
||||
;;
|
||||
glinet,gl-x3000|\
|
||||
glinet,gl-xe3000)
|
||||
ucidef_set_led_default "power" "POWER" "green:power" "1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user