From bc97b5de8b24f6eb56fe956b50237280d3c75a8d Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 25 Nov 2009 09:51:28 +0000 Subject: ar71xx: enable failsafe on the Nanostation M/Rocket M SVN-Revision: 18532 --- target/linux/ar71xx/base-files/etc/diag.sh | 2 +- target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 82de0a9..1d88f43 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -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) diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 5ff2388..b1c3b83 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -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" ;; -- cgit v1.1