ar71xx: enable failsafe on the Nanostation M/Rocket M

SVN-Revision: 18532
This commit is contained in:
Gabor Juhos 2009-11-25 09:51:28 +00:00
parent 523aba9ff9
commit bc97b5de8b
2 changed files with 7 additions and 1 deletions

View File

@ -39,7 +39,7 @@ get_status_led() {
aw-nr580)
status_led="aw-nr580:green:ready"
;;
bullet-m)
bullet-m | rocket-m | nano-m)
status_led="ubnt:green:link4"
;;
ls-sr71)

View File

@ -22,6 +22,9 @@ ar71xx_board_name() {
*"Bullet M")
name="bullet-m"
;;
*"Nanostation M")
name="nanostation-m"
;;
*LS-SR71)
name="ls-sr71"
;;
@ -49,6 +52,9 @@ ar71xx_board_name() {
*RB-493)
name="rb-493"
;;
*"Rocket M")
name="rocket-m"
;;
*RouterStation)
name="routerstation"
;;