Skip to content
Snippets Groups Projects
Commit 3a2cc2c8 authored by Mathias Kresin's avatar Mathias Kresin
Browse files

ramips: fix syntax error in board.d/01_leds


Fixes the following error:

  syntax error: unexpected newline (expecting ")")

Fixes: FS#739

Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
parent bd2727fb
No related branches found
No related tags found
No related merge requests found
...@@ -290,7 +290,7 @@ pbr-m1) ...@@ -290,7 +290,7 @@ pbr-m1)
psg1208) psg1208)
set_wifi_led "$board:white:wlan2g" set_wifi_led "$board:white:wlan2g"
;; ;;
psg1218a\| psg1218a|\
psg1218b) psg1218b)
ucidef_set_led_netdev "Network" "Network" "$board:blue:status" "eth0" ucidef_set_led_netdev "Network" "Network" "$board:blue:status" "eth0"
ucidef_set_led_default "status" "STATUS" "$board:yellow:status" "0" ucidef_set_led_default "status" "STATUS" "$board:yellow:status" "0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment