Backport: ar71xx: Fix board detection for the TP-LINK TL-MR13U.
[14.07/openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 1e96b6d..18da356 100755 (executable)
@@ -571,6 +571,9 @@ ar71xx_board_detect() {
        *"TL-MR3420 v2")
                name="tl-mr3420-v2"
                ;;
+       *"TL-WA701ND v2")
+               name="tl-wa701nd-v2"
+               ;;
        *TL-WA750RE)
                name="tl-wa750re"
                ;;
@@ -643,7 +646,7 @@ ar71xx_board_detect() {
        *"TL-MR11U")
                name="tl-mr11u"
                ;;
-       *"TL-MR13U")
+       *"TL-MR13U v1")
                name="tl-mr13u"
                ;;
        *"Tube2H")