[openwrt/openwrt] mvebu: cortexa9: Fix board.d/01_leds

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 18 13:09:25 PST 2022


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/431f379e9d88f1e0ccc26917fa6e5ad006617e28

commit 431f379e9d88f1e0ccc26917fa6e5ad006617e28
Author: Klaus Kudielka <klaus.kudielka at gmail.com>
AuthorDate: Tue Jan 18 17:32:28 2022 +0100

    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 at gmail.com>
---
 target/linux/mvebu/cortexa9/base-files/etc/board.d/01_leds | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 	;;



More information about the lede-commits mailing list