ar71xx: enable failsafe on the Nanostation M/Rocket M
[openwrt/staging/yousong.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 5ff2388715be875961700bb1a2b916a7324dd9af..b1c3b83ea6430a1aea8e13083b243c880a5b69c4 100755 (executable)
@@ -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"
                ;;