diff options
author | Henryk Heisig <hyniu@o2.pl> | 2016-10-30 17:57:27 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-31 17:13:37 +0100 |
commit | 8cc0c34ef550ac2f842fe6811d32ac01af69d19f (patch) | |
tree | 3e77004c12dff9b8324634c039016d292e13c31a /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 15a14cf1665ef3d8b5c77cce69b52d131340e3b3 (diff) | |
download | upstream-8cc0c34ef550ac2f842fe6811d32ac01af69d19f.tar.gz upstream-8cc0c34ef550ac2f842fe6811d32ac01af69d19f.tar.bz2 upstream-8cc0c34ef550ac2f842fe6811d32ac01af69d19f.zip |
ar71xx: Add support to Powerline ac TP-Link WPA8630
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 475cb80397..8b038e47ee 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -43,7 +43,8 @@ get_status_led() { ap83|\ mr12|\ mr16|\ - nbg6616) + nbg6616|\ + wpa8630) status_led="$board:green:power" ;; ap96) |