From: John Crispin Date: Tue, 1 Mar 2016 08:14:45 +0000 (+0000) Subject: ar71xx: fix AR71XX_MODEL on TP-Link TL-WR703N X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=af18e04e74515debd241f24e03ba6dd8421d9593;p=openwrt%2Fsvn-archive%2Fopenwrt.git 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 Backport of r47553 SVN-Revision: 48844 --- 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"*)