ar71xx: enable failsafe on the Nanostation M/Rocket M
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 5ff2388..b1c3b83 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"
                ;;
This page took 0.026258 seconds and 4 git commands to generate.