summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-10 13:26:44 +0000
committerJohn Crispin <john@openwrt.org>2015-03-10 13:26:44 +0000
commit5801465eb3c21e36e6eb63410a514766e36d7c11 (patch)
tree92a12f63a79022666d1e3b48d5419e8c5369010a /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent850bab25597fc094d561f64edebe3cd38e70a56b (diff)
downloadmaster-31e0f0ae-5801465eb3c21e36e6eb63410a514766e36d7c11.tar.gz
master-31e0f0ae-5801465eb3c21e36e6eb63410a514766e36d7c11.tar.bz2
master-31e0f0ae-5801465eb3c21e36e6eb63410a514766e36d7c11.zip
ar71xx: Fix board detection for the TP-LINK TL-MR13U.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net> SVN-Revision: 44646
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")