diff options
author | John Crispin <john@openwrt.org> | 2015-03-10 13:26:44 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-10 13:26:44 +0000 |
commit | 5801465eb3c21e36e6eb63410a514766e36d7c11 (patch) | |
tree | 92a12f63a79022666d1e3b48d5419e8c5369010a /target/linux/ar71xx | |
parent | 850bab25597fc094d561f64edebe3cd38e70a56b (diff) | |
download | upstream-5801465eb3c21e36e6eb63410a514766e36d7c11.tar.gz upstream-5801465eb3c21e36e6eb63410a514766e36d7c11.tar.bz2 upstream-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')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 |
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") |