From: Gabor Juhos Date: Wed, 4 Jan 2012 17:30:55 +0000 (+0000) Subject: ar71xx: show correct model name on TL-WA701N/ND boards X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0471707e5782ab00762ab74e20f9a669299550f1;p=openwrt%2Fsvn-archive%2Farchive.git ar71xx: show correct model name on TL-WA701N/ND boards SVN-Revision: 29657 --- diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index b26a8debfa..e6c47e816c 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -73,6 +73,9 @@ tplink_board_detect() { "070300"*) model="TP-Link TL-WR703N" ;; + "070100"*) + model="TP-Link TL-WA701N/ND" + ;; "074000"*) model="TP-Link TL-WR740N/ND" ;;