From: Paul Wassi Date: Tue, 1 Jan 2019 00:35:17 +0000 (+0100) Subject: ath79: fix case statement in 01_leds X-Git-Tag: v19.07.0-rc1~1691 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1701%2Fhead;p=thirdparty%2Fopenwrt.git ath79: fix case statement in 01_leds Fix a missing 'end-of-case' recently introduced in 01_leds Signed-off-by: Paul Wassi --- diff --git a/target/linux/ath79/base-files/etc/board.d/01_leds b/target/linux/ath79/base-files/etc/board.d/01_leds index 699e5f8b89a..c5ea726ce49 100755 --- a/target/linux/ath79/base-files/etc/board.d/01_leds +++ b/target/linux/ath79/base-files/etc/board.d/01_leds @@ -37,6 +37,7 @@ comfast,cf-e110n-v2) ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "$boardname:red:rssimediumlow" "wlan0" "26" "100" ucidef_set_led_rssi "rssimediumhigh" "RSSIMEDIUMHIGH" "$boardname:green:rssimediumhigh" "wlan0" "51" "100" ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "$boardname:green:rssihigh" "wlan0" "76" "100" + ;; dlink,dir-859-a1) ucidef_set_led_switch "internet" "WAN" "$boardname:green:internet" "switch0" "0x20" ;;