ar71xx: add support for the TL-MR3420 v1 board
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index ad1cf7d..ff2e8bd 100755 (executable)
@@ -16,6 +16,9 @@ ar71xx_board_name() {
        *AP83)
                name="ap83"
                ;;
+       *AP96)
+               name="ap96"
+               ;;
        *AW-NR580)
                name="aw-nr580"
                ;;
@@ -25,6 +28,9 @@ ar71xx_board_name() {
        *"DIR-825 rev. B1")
                name="dir-825-b1"
                ;;
+       *EAP7660D)
+               name="eap7660d"
+               ;;
        *"Bullet M")
                name="bullet-m"
                ;;
@@ -88,6 +94,12 @@ ar71xx_board_name() {
        *"DIR-615 rev. C1")
                name="dir-615-c1"
                ;;
+       *TL-MR3420)
+               name="tl-mr3420"
+               ;;
+       *TL-WA901ND)
+               name="tl-wa901nd"
+               ;;
        *TL-WR741ND)
                name="tl-wr741nd"
                ;;
@@ -115,6 +127,12 @@ ar71xx_board_name() {
        *WZR-HP-G300NH)
                name="wzr-hp-g300nh"
                ;;
+       *ZCN-1523H-2)
+               name="zcn-1523h-2"
+               ;;
+       *ZCN-1523H-5)
+               name="zcn-1523h-5"
+               ;;
        *)
                name="generic"
                ;;