[gemini]: add usb support for the wbd111, refresh patches
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index ec3aa5b..d390f9f 100755 (executable)
@@ -31,6 +31,9 @@ ar71xx_board_name() {
        *EAP7660D)
                name="eap7660d"
                ;;
        *EAP7660D)
                name="eap7660d"
                ;;
+       *JA76PF)
+               name="ja76pf"
+               ;;
        *"Bullet M")
                name="bullet-m"
                ;;
        *"Bullet M")
                name="bullet-m"
                ;;
@@ -100,6 +103,9 @@ ar71xx_board_name() {
        *"DIR-615 rev. C1")
                name="dir-615-c1"
                ;;
        *"DIR-615 rev. C1")
                name="dir-615-c1"
                ;;
+       *TL-MR3220)
+               name="tl-mr3220"
+               ;;
        *TL-MR3420)
                name="tl-mr3420"
                ;;
        *TL-MR3420)
                name="tl-mr3420"
                ;;
@@ -115,12 +121,18 @@ ar71xx_board_name() {
        *TL-WR941ND)
                name="tl-wr941nd"
                ;;
        *TL-WR941ND)
                name="tl-wr941nd"
                ;;
+       *UniFi)
+               name="unifi"
+               ;;
        *WP543)
                name="wp543"
                ;;
        *WNDR3700)
                name="wndr3700"
                ;;
        *WP543)
                name="wp543"
                ;;
        *WNDR3700)
                name="wndr3700"
                ;;
+       *WNDR3700v2)
+               name="wndr3700v2"
+               ;;
        *WNR2000)
                name="wnr2000"
                ;;
        *WNR2000)
                name="wnr2000"
                ;;
This page took 0.020676 seconds and 4 git commands to generate.