diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-15 08:35:11 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-15 08:35:11 +0000 |
commit | 5bb5adaa1a6ad9f44bf6e91214b5df80f6d3ce03 (patch) | |
tree | c8f464e05751d543f73c2f3d6637f81913875ba6 /target/linux/ar71xx/base-files/etc | |
parent | c57226a84e0825ccfcf2d9e8a00fe1f5bea6a77a (diff) |
ar71xx: enable diagnostic LED on the Routerstation Pro
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18782 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 3a640fa4b..d3d887570 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -57,7 +57,7 @@ get_status_led() { pb44) status_led="pb44:amber:jump1" ;; - routerstation) + routerstation | routerstation-pro) status_led="ubnt:green:rf" ;; tew-632brp) |