mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 01:43:10 +02:00
ar71xx: enable failsafe on the Nanostation M/Rocket M
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18532 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
227b0b29bd
commit
4e8c80cba4
@ -39,7 +39,7 @@ get_status_led() {
|
|||||||
aw-nr580)
|
aw-nr580)
|
||||||
status_led="aw-nr580:green:ready"
|
status_led="aw-nr580:green:ready"
|
||||||
;;
|
;;
|
||||||
bullet-m)
|
bullet-m | rocket-m | nano-m)
|
||||||
status_led="ubnt:green:link4"
|
status_led="ubnt:green:link4"
|
||||||
;;
|
;;
|
||||||
ls-sr71)
|
ls-sr71)
|
||||||
|
@ -22,6 +22,9 @@ ar71xx_board_name() {
|
|||||||
*"Bullet M")
|
*"Bullet M")
|
||||||
name="bullet-m"
|
name="bullet-m"
|
||||||
;;
|
;;
|
||||||
|
*"Nanostation M")
|
||||||
|
name="nanostation-m"
|
||||||
|
;;
|
||||||
*LS-SR71)
|
*LS-SR71)
|
||||||
name="ls-sr71"
|
name="ls-sr71"
|
||||||
;;
|
;;
|
||||||
@ -49,6 +52,9 @@ ar71xx_board_name() {
|
|||||||
*RB-493)
|
*RB-493)
|
||||||
name="rb-493"
|
name="rb-493"
|
||||||
;;
|
;;
|
||||||
|
*"Rocket M")
|
||||||
|
name="rocket-m"
|
||||||
|
;;
|
||||||
*RouterStation)
|
*RouterStation)
|
||||||
name="routerstation"
|
name="routerstation"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user