mirror of https://github.com/hak5/openwrt.git
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>lede-17.01
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…
Reference in New Issue