mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00: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:
parent
fbeae9d891
commit
b1205a9211
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user