ar71xx: /lib/ar71xx.sh: add model detection for TP-Link TL-WR810N
Properly report the revision in /tmp/sysinfo/model. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
parent
fd30187c87
commit
0c719bfcaf
1 changed files with 3 additions and 0 deletions
|
@ -215,6 +215,9 @@ tplink_board_detect() {
|
||||||
|
|
||||||
[ "$hwid" = '08020002' -a "$mid" = '00000002' ] && hwver=' v2'
|
[ "$hwid" = '08020002' -a "$mid" = '00000002' ] && hwver=' v2'
|
||||||
;;
|
;;
|
||||||
|
"081000"*)
|
||||||
|
model="TP-Link TL-WR810N"
|
||||||
|
;;
|
||||||
"083000"*)
|
"083000"*)
|
||||||
model="TP-Link TL-WA830RE"
|
model="TP-Link TL-WA830RE"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue