ar71xx: /lib/ar71xx.sh: add model detection for TP-Link TL-WR810N
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index bf365988acbd332d5eb4b2f6fb9e7744f8c1b817..170c6f01b4310c4d6c261e9ba97af8786b21c93b 100755 (executable)
@@ -221,6 +221,9 @@ tplink_board_detect() {
        "080200"*)
                model="TP-Link TL-WR802N"
                ;;
+       "081000"*)
+               model="TP-Link TL-WR810N"
+               ;;
        "083000"*)
                model="TP-Link TL-WA830RE"