1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00

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 fd30187c87
commit 0c719bfcaf
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

@ -215,6 +215,9 @@ tplink_board_detect() {
[ "$hwid" = '08020002' -a "$mid" = '00000002' ] && hwver=' v2'
;;
"081000"*)
model="TP-Link TL-WR810N"
;;
"083000"*)
model="TP-Link TL-WA830RE"