aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-10 13:26:15 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-10 13:26:15 +0000
commit91559b33b11215c171f3f14b50ea061eaa295e5e (patch)
tree8931227d9fbf29abaffd40f838240ee4d04bf9ca
parent2d02cbbdd536cd3e970aed5e8c6353ebaf8b2a5d (diff)
downloadupstream-91559b33b11215c171f3f14b50ea061eaa295e5e.tar.gz
upstream-91559b33b11215c171f3f14b50ea061eaa295e5e.tar.bz2
upstream-91559b33b11215c171f3f14b50ea061eaa295e5e.zip
Backport: 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/branches/barrier_breaker@44644 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 df35775125..18da3566d0 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -646,7 +646,7 @@ ar71xx_board_detect() {
*"TL-MR11U")
name="tl-mr11u"
;;
- *"TL-MR13U")
+ *"TL-MR13U v1")
name="tl-mr13u"
;;
*"Tube2H")