Backport: ar71xx: Fix board detection for the TP-LINK TL-MR13U.
authorJohn Crispin <john@openwrt.org>
Tue, 10 Mar 2015 13:26:15 +0000 (13:26 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 10 Mar 2015 13:26:15 +0000 (13:26 +0000)
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
SVN-Revision: 44644

target/linux/ar71xx/base-files/lib/ar71xx.sh

index df35775125646c2d6e9647f08ea45cfd67a3b807..18da3566d021ec0fb66f81ac2516eda9652ae313 100755 (executable)
@@ -646,7 +646,7 @@ ar71xx_board_detect() {
        *"TL-MR11U")
                name="tl-mr11u"
                ;;
-       *"TL-MR13U")
+       *"TL-MR13U v1")
                name="tl-mr13u"
                ;;
        *"Tube2H")