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:
Matthias Schiffer 2018-02-03 14:12:05 +01:00
parent fbeae9d891
commit b1205a9211
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 3 additions and 0 deletions

View File

@ -221,6 +221,9 @@ tplink_board_detect() {
"080200"*)
model="TP-Link TL-WR802N"
;;
"081000"*)
model="TP-Link TL-WR810N"
;;
"083000"*)
model="TP-Link TL-WA830RE"