From 8b93a2420850a1bef4f5e72636604c3a7748a65d Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Fri, 10 Apr 2020 08:56:37 +0200 Subject: [PATCH] ramips: mt7620: fix missplaced line in 01_leds This patch adds missed line in 01_leds and fix error: "/bin/board_detect: /etc/board.d/01_leds: line 93: syntax error: unexpected ")" (expecting ";;")" Fixes: c948a47 ("ramips: add support for D-Link DWR-960") Signed-off-by: Pawel Dembicki --- target/linux/ramips/mt7620/base-files/etc/board.d/01_leds | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds b/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds index e4fd875019..d332e02bbd 100755 --- a/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds @@ -90,6 +90,7 @@ dlink,dwr-922-e2) dlink,dwr-960) ucidef_set_led_switch "lan" "lan" "$boardname:green:lan" "switch0" "0x2e" ucidef_set_led_switch "wan" "wan" "$boardname:green:wan" "switch0" "0x01" + ;; dovado,tiny-ac) set_wifi_led "$boardname:orange:wifi" ;;