diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-11 08:02:10 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-11 08:02:10 +0000 |
commit | c3b413157447e4be4750a6eef8d3a3f8d812c8ce (patch) | |
tree | 61fd2cfabc62b228a69d0c85fc91aba7f7899925 /target/linux/ar71xx/base-files/etc | |
parent | 91d19ba848b2331a825e8f744166fa878ece9eb0 (diff) | |
download | upstream-c3b413157447e4be4750a6eef8d3a3f8d812c8ce.tar.gz upstream-c3b413157447e4be4750a6eef8d3a3f8d812c8ce.tar.bz2 upstream-c3b413157447e4be4750a6eef8d3a3f8d812c8ce.zip |
ar71xx: add support for the D-Link DIR-600 rev. A1 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19100 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
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 6e4ed5f6f1..1fc2c34fe4 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -42,6 +42,9 @@ get_status_led() { bullet-m | rocket-m | nano-m) status_led="ubnt:green:link4" ;; + dir-600-a1) + status_led="dir-600-a1:green:power" + ;; dir-615-c1) status_led="dir-615c1:green:status" ;; |