aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-10 13:26:44 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-10 13:26:44 +0000
commit307d615ef01185e039006f1ff09e616e98cd33de (patch)
treea49c373866f2ab4dcc6b9c05d3e1fb36dabb6073 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent2c3e6a475e985b6699bb0451e38b6eb4d113abfb (diff)
downloadmaster-187ad058-307d615ef01185e039006f1ff09e616e98cd33de.tar.gz
master-187ad058-307d615ef01185e039006f1ff09e616e98cd33de.tar.bz2
master-187ad058-307d615ef01185e039006f1ff09e616e98cd33de.zip
ar71xx: Fix board detection for the TP-LINK TL-MR13U.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44646 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index d5be238ec9..050d6ba29e 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -738,7 +738,7 @@ ar71xx_board_detect() {
*"TL-MR12U")
name="tl-mr12u"
;;
- *"TL-MR13U")
+ *"TL-MR13U v1")
name="tl-mr13u"
;;
*"Tube2H")