diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-12-15 08:35:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-12-15 08:35:11 +0000 |
commit | 8bc4e3ea1430cd1533cdd483633a403d855bda37 (patch) | |
tree | 28e15582eeab0cf6ca09e16edafabde6a47a1e74 | |
parent | 384204dd0b1b0cf3b8d48cb7fb8b64bf10334446 (diff) | |
download | upstream-8bc4e3ea1430cd1533cdd483633a403d855bda37.tar.gz upstream-8bc4e3ea1430cd1533cdd483633a403d855bda37.tar.bz2 upstream-8bc4e3ea1430cd1533cdd483633a403d855bda37.zip |
ar71xx: enable diagnostic LED on the Routerstation Pro
SVN-Revision: 18782
-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 3a640fa4b3..d3d8875700 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) |