mirror of
https://github.com/outbackdingo/wlan-ap.git
synced 2026-01-27 02:20:44 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user