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

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

index d5be238ec9029a811186aa0c893450a8cde2fece..050d6ba29e43f0f0720207bd797c798c58bb647c 100755 (executable)
@@ -738,7 +738,7 @@ ar71xx_board_detect() {
        *"TL-MR12U")
                name="tl-mr12u"
                ;;
-       *"TL-MR13U")
+       *"TL-MR13U v1")
                name="tl-mr13u"
                ;;
        *"Tube2H")