aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-04-27 09:38:25 +0200
committerMathias Kresin <dev@kresin.me>2017-04-27 09:39:34 +0200
commit3a2cc2c8ad0abe72070688348d70c8d3aadc46ef (patch)
tree8f75cd876f34d59c69b54995ecb5fe93b996cb9b /target
parentbd2727fb257dbe2fee2b8eb575f7eabe8758e553 (diff)
downloadupstream-3a2cc2c8ad0abe72070688348d70c8d3aadc46ef.tar.gz
upstream-3a2cc2c8ad0abe72070688348d70c8d3aadc46ef.tar.bz2
upstream-3a2cc2c8ad0abe72070688348d70c8d3aadc46ef.zip
ramips: fix syntax error in board.d/01_leds
Fixes the following error: syntax error: unexpected newline (expecting ")") Fixes: FS#739 Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds
index 5aab21ccf9..52542ec265 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -290,7 +290,7 @@ pbr-m1)
psg1208)
set_wifi_led "$board:white:wlan2g"
;;
-psg1218a\|
+psg1218a|\
psg1218b)
ucidef_set_led_netdev "Network" "Network" "$board:blue:status" "eth0"
ucidef_set_led_default "status" "STATUS" "$board:yellow:status" "0"