ar71xx: add support for TP-Link TL-MR3020
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index b259b678658e4a1d0563b9e7b475b391a22a0ca5..b26a8debfa83b27f5c482dffb646c2973f36997c 100755 (executable)
@@ -94,6 +94,9 @@ tplink_board_detect() {
        "104300"*)
                model="TP-Link TL-WR1043N/ND"
                ;;
+       "302000"*)
+               model="TP-Link TL-MR3020"
+               ;;
        "322000"*)
                model="TP-Link TL-MR3220"
                ;;
@@ -238,6 +241,9 @@ ar71xx_board_detect() {
        *"DIR-615 rev. C1")
                name="dir-615-c1"
                ;;
+       *TL-MR3020)
+               name="tl-mr3020"
+               ;;
        *TL-MR3220)
                name="tl-mr3220"
                ;;