aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-03-01 08:14:45 +0000
committerJohn Crispin <blogic@openwrt.org>2016-03-01 08:14:45 +0000
commit594058253fda306994995b71d2d96c819493d5bc (patch)
tree1e3ccce43b8b0070ffb344837783ce6c2352b2f7 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentef94ef7c2448470139bf5aa4dc4dec6e92370e03 (diff)
downloadupstream-594058253fda306994995b71d2d96c819493d5bc.tar.gz
upstream-594058253fda306994995b71d2d96c819493d5bc.tar.bz2
upstream-594058253fda306994995b71d2d96c819493d5bc.zip
ar71xx: fix AR71XX_MODEL on TP-Link TL-WR703N
The hwid check was wrong, causing the AR71XX_MODEL value to end with a space (as $hwver was unset). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> Backport of r47553 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48844 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 0b2857d8b3..f1f5561c6e 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -123,7 +123,7 @@ tplink_board_detect() {
"3C0002"*)
model="MINIBOX_V1"
;;
- "070300"*)
+ "070301"*)
model="TP-Link TL-WR703N"
;;
"071000"*)