diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2016-09-29 09:18:05 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-04 11:50:50 +0200 |
commit | c142df309420b153253ff739ec5511501878b5b0 (patch) | |
tree | e35599f820d1657e304c9873f79646a538f9e747 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 8689078a9b9754ae6163488aaa73959714529b6d (diff) | |
download | upstream-c142df309420b153253ff739ec5511501878b5b0.tar.gz upstream-c142df309420b153253ff739ec5511501878b5b0.tar.bz2 upstream-c142df309420b153253ff739ec5511501878b5b0.zip |
ar71xx: fix LED names for GL Innovations boards
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/diag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index fd6117bc25..d6e257d637 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -144,7 +144,7 @@ get_status_led() { status_led="belkin:blue:status" ;; gl-inet) - status_led="gl-connect:green:lan" + status_led="$board:green:lan" ;; epg5000|\ esr1750) |