ar71xx: enable failsafe on the Nanostation M/Rocket M
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index aafeaa3..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,9 +52,15 @@ ar71xx_board_name() {
        *RB-493)
                name="rb-493"
                ;;
+       *"Rocket M")
+               name="rocket-m"
+               ;;
        *RouterStation)
                name="routerstation"
                ;;
+       *"RouterStation Pro")
+               name="routerstation-pro"
+               ;;
        *TEW-632BRP)
                name="tew-632brp"
                ;;
@@ -64,6 +73,9 @@ ar71xx_board_name() {
        *WP543)
                name="wp543"
                ;;
+       *WNDR3700)
+               name"wndr3700"
+               ;;
        *WNR2000)
                name="wnr2000"
                ;;
This page took 0.031502 seconds and 4 git commands to generate.