ar71xx: create combined images for the RS, RS-PRO and LS-SR71 boards, and add sysupgr...
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 7643a1a..5ff2388 100755 (executable)
@@ -13,9 +13,15 @@ ar71xx_board_name() {
        *AP81)
                name="ap81"
                ;;
+       *AP83)
+               name="ap83"
+               ;;
        *AW-NR580)
                name="aw-nr580"
                ;;
+       *"Bullet M")
+               name="bullet-m"
+               ;;
        *LS-SR71)
                name="ls-sr71"
                ;;
@@ -46,15 +52,24 @@ ar71xx_board_name() {
        *RouterStation)
                name="routerstation"
                ;;
+       *"RouterStation Pro")
+               name="routerstation-pro"
+               ;;
        *TEW-632BRP)
                name="tew-632brp"
                ;;
+       *TL-WR741ND)
+               name="tl-wr741nd"
+               ;;
        *TL-WR941ND)
                name="tl-wr941nd"
                ;;
        *WP543)
                name="wp543"
                ;;
+       *WNDR3700)
+               name"wndr3700"
+               ;;
        *WNR2000)
                name="wnr2000"
                ;;
This page took 0.029334 seconds and 4 git commands to generate.