aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kudielka <klaus.kudielka@gmail.com>2022-01-18 17:32:28 +0100
committerChristian Lamparter <chunkeey@gmail.com>2022-01-18 20:13:14 +0100
commit431f379e9d88f1e0ccc26917fa6e5ad006617e28 (patch)
treea1f89e0219e15ff5ed43e86a61ed6446a6427339
parent266b5c83c32c13dbd05f0d6f251815cbe6f55621 (diff)
downloadupstream-431f379e9d88f1e0ccc26917fa6e5ad006617e28.tar.gz
upstream-431f379e9d88f1e0ccc26917fa6e5ad006617e28.tar.bz2
upstream-431f379e9d88f1e0ccc26917fa6e5ad006617e28.zip
mvebu: cortexa9: Fix board.d/01_leds
Fix syntax error in the case statement Fixes: 9149ed4f05f8 ("mvebu: cortexa9: Add support for Ctera C200-V2") Signed-off-by: Klaus Kudielka <klaus.kudielka@gmail.com>
-rw-r--r--target/linux/mvebu/cortexa9/base-files/etc/board.d/01_leds2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/cortexa9/base-files/etc/board.d/01_leds b/target/linux/mvebu/cortexa9/base-files/etc/board.d/01_leds
index 161d111ea7..2b045d0945 100644
--- a/target/linux/mvebu/cortexa9/base-files/etc/board.d/01_leds
+++ b/target/linux/mvebu/cortexa9/base-files/etc/board.d/01_leds
@@ -11,7 +11,7 @@ board=$(board_name)
boardname="${board##*,}"
case "$board" in
-ctera,c200-v2
+ctera,c200-v2)
ucidef_set_led_usbport "usb2" "USB2" "green:usb-2" "usb1-port1" "usb2-port1"
ucidef_set_led_usbport "usb3" "USB3" "green:usb-1" "usb1-port2" "usb2-port2"
;;