ar71xx: add Ubiquiti Rocket M and Nanostation M support
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index aafeaa3..5ff2388 100755 (executable)
@@ -52,6 +52,9 @@ ar71xx_board_name() {
        *RouterStation)
                name="routerstation"
                ;;
        *RouterStation)
                name="routerstation"
                ;;
+       *"RouterStation Pro")
+               name="routerstation-pro"
+               ;;
        *TEW-632BRP)
                name="tew-632brp"
                ;;
        *TEW-632BRP)
                name="tew-632brp"
                ;;
@@ -64,6 +67,9 @@ ar71xx_board_name() {
        *WP543)
                name="wp543"
                ;;
        *WP543)
                name="wp543"
                ;;
+       *WNDR3700)
+               name"wndr3700"
+               ;;
        *WNR2000)
                name="wnr2000"
                ;;
        *WNR2000)
                name="wnr2000"
                ;;
This page took 0.023842 seconds and 4 git commands to generate.