summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-12-15 08:35:11 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-12-15 08:35:11 +0000
commit8bc4e3ea1430cd1533cdd483633a403d855bda37 (patch)
tree28e15582eeab0cf6ca09e16edafabde6a47a1e74 /target
parent384204dd0b1b0cf3b8d48cb7fb8b64bf10334446 (diff)
downloadmaster-31e0f0ae-8bc4e3ea1430cd1533cdd483633a403d855bda37.tar.gz
master-31e0f0ae-8bc4e3ea1430cd1533cdd483633a403d855bda37.tar.bz2
master-31e0f0ae-8bc4e3ea1430cd1533cdd483633a403d855bda37.zip
ar71xx: enable diagnostic LED on the Routerstation Pro
SVN-Revision: 18782
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh2
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)