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>

SVN-Revision: 47553
This commit is contained in:
John Crispin 2015-11-21 21:24:11 +00:00
parent a46292c0dc
commit ac23207803

View file

@ -123,7 +123,7 @@ tplink_board_detect() {
"3C0002"*) "3C0002"*)
model="MINIBOX_V1" model="MINIBOX_V1"
;; ;;
"070300"*) "070301"*)
model="TP-Link TL-WR703N" model="TP-Link TL-WR703N"
;; ;;
"071000"*) "071000"*)