summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-01-11 08:02:10 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-01-11 08:02:10 +0000
commit0ab559a23e27f18ef8fbe5d18d0b6971c7f8d6a9 (patch)
tree61fd2cfabc62b228a69d0c85fc91aba7f7899925 /target/linux/ar71xx/base-files/etc
parenteb55ef86f3319c0f08b72fc8dbac1377c2a1dae2 (diff)
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-xtarget/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 6e4ed5f6f..1fc2c34fe 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"
;;