ar71xx: DIR-825 support cleanup
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index aafeaa3..1c2e060 100755 (executable)
@@ -19,9 +19,15 @@ ar71xx_board_name() {
        *AW-NR580)
                name="aw-nr580"
                ;;
+       *"DIR-825 rev. B1")
+               name="dir-825-b1"
+               ;;
        *"Bullet M")
                name="bullet-m"
                ;;
+       *"Nanostation M")
+               name="nanostation-m"
+               ;;
        *LS-SR71)
                name="ls-sr71"
                ;;
@@ -49,9 +55,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 +76,9 @@ ar71xx_board_name() {
        *WP543)
                name="wp543"
                ;;
+       *WNDR3700)
+               name="wndr3700"
+               ;;
        *WNR2000)
                name="wnr2000"
                ;;
This page took 0.0254 seconds and 4 git commands to generate.