ar71xx: add model detection for TL-WR842N/ND
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 82b53f161793cc9483b350cab1f9570773347e89..b9d797cac160ee99f78873d05fb6332f8b20d26b 100755 (executable)
@@ -88,6 +88,9 @@ tplink_board_detect() {
        "084100"*)
                model="TP-Link TL-WR841N/ND"
                ;;
+       "084200"*)
+               model="TP-Link TL-WR842N/ND"
+               ;;
        "090100"*)
                model="TP-Link TL-WA901N/ND"
                ;;
@@ -160,7 +163,7 @@ ar71xx_board_detect() {
        *AW-NR580)
                name="aw-nr580"
                ;;
-       *DB120)
+       *"DB120 reference board")
                name="db120"
                ;;
        *"DIR-600 rev. A1")
@@ -256,6 +259,9 @@ ar71xx_board_detect() {
        *TEW-632BRP)
                name="tew-632brp"
                ;;
+       *TEW-673GRU)
+               name="tew-673gru"
+               ;;
        *TL-WR1043ND)
                name="tl-wr1043nd"
                ;;