diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-10 13:26:44 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-10 13:26:44 +0000 |
commit | 307d615ef01185e039006f1ff09e616e98cd33de (patch) | |
tree | a49c373866f2ab4dcc6b9c05d3e1fb36dabb6073 /target/linux/ar71xx/base-files | |
parent | 2c3e6a475e985b6699bb0451e38b6eb4d113abfb (diff) | |
download | upstream-307d615ef01185e039006f1ff09e616e98cd33de.tar.gz upstream-307d615ef01185e039006f1ff09e616e98cd33de.tar.bz2 upstream-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')
-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") |