aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-02-18 13:33:25 +0000
committerJohn Crispin <blogic@openwrt.org>2014-02-18 13:33:25 +0000
commit36cfff40723876ffca214a2e6a351374a7b698f6 (patch)
treeebdf8117a6ed71a56981dbf9773f469e5e08807c /target/linux/ramips/base-files/etc/diag.sh
parentd6515b152d3311516cd400f829450a66c7999e38 (diff)
downloadupstream-36cfff40723876ffca214a2e6a351374a7b698f6.tar.gz
upstream-36cfff40723876ffca214a2e6a351374a7b698f6.tar.bz2
upstream-36cfff40723876ffca214a2e6a351374a7b698f6.zip
ralink: add support for na930
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39611 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/diag.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh
index d57cc7ac22..4168d0a2bd 100755
--- a/target/linux/ramips/base-files/etc/diag.sh
+++ b/target/linux/ramips/base-files/etc/diag.sh
@@ -160,7 +160,10 @@ get_status_led() {
;;
f7c027)
status_led="belkin:orange:status"
- ;;
+ ;;
+ na930)
+ status_led="na930:blue:power"
+ ;;
esac
}