From 54e3ee0215ce8c2cb1e76827ee901f356a1698c2 Mon Sep 17 00:00:00 2001 From: Paul Wassi Date: Tue, 1 Jan 2019 01:35:17 +0100 Subject: [PATCH] ath79: fix case statement in 01_leds Fix a missing 'end-of-case' recently introduced in 01_leds Signed-off-by: Paul Wassi --- target/linux/ath79/base-files/etc/board.d/01_leds | 1 + 1 file changed, 1 insertion(+) 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 699e5f8b89..c5ea726ce4 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" ;;