diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-27 09:23:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-27 09:23:52 +0000 |
commit | 8b30c849c33bf3399af86cfc8f2baa4760ca9910 (patch) | |
tree | 38936f80cfac46c539e1934634ee05c3d0762315 /target/linux/ramips/base-files/etc/diag.sh | |
parent | 42558633c693550436d7d471fbd7ea543e79ab37 (diff) | |
download | upstream-8b30c849c33bf3399af86cfc8f2baa4760ca9910.tar.gz upstream-8b30c849c33bf3399af86cfc8f2baa4760ca9910.tar.bz2 upstream-8b30c849c33bf3399af86cfc8f2baa4760ca9910.zip |
ramips: add MPR-A1 support
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37568 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ramips/base-files/etc/diag.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index cc426b74c6..f8e97875aa 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -55,6 +55,9 @@ get_status_led() { mofi3500-3gn) status_led="mofi3500-3gn:green:status" ;; + mpr-a1) + status_led="mpr-a1:red:power" + ;; mpr-a2) status_led="mpr-a2:red:power" ;; |