summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-24 09:09:42 +0000
committerJohn Crispin <john@openwrt.org>2015-07-24 09:09:42 +0000
commitb98205c946a89861563c402167a954e2caa13603 (patch)
tree6fe838365def394d2d8a06f3009fa0b370de4a2b /target/linux/ar71xx/base-files/etc/diag.sh
parent42c37d43814b7e082ea1d3d322f3be75b706cc7e (diff)
downloadmaster-31e0f0ae-b98205c946a89861563c402167a954e2caa13603.tar.gz
master-31e0f0ae-b98205c946a89861563c402167a954e2caa13603.tar.bz2
master-31e0f0ae-b98205c946a89861563c402167a954e2caa13603.zip
ar71xx: Add support for AP147-010 reference board
Signed-off-by: Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 46457
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rw-r--r--target/linux/ar71xx/base-files/etc/diag.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index 12c31c41d7..916ed978be 100644
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -23,6 +23,9 @@ get_status_led() {
ap136-020)
status_led="ap136:green:status"
;;
+ ap147-010)
+ status_led="ap147:green:status"
+ ;;
ap135-020)
status_led="ap135:green:status"
;;