firmware-utils: tplink-safeloader: add support for TL-WR902AC v1 US
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
parent
9dcb3fe7eb
commit
5bc5d94549
1 changed files with 2 additions and 1 deletions
|
@ -676,7 +676,8 @@ static struct device_info boards[] = {
|
|||
.vendor = "",
|
||||
.support_list =
|
||||
"SupportList:\n"
|
||||
"{product_name:TL-WR902AC,product_ver:1.0.0,special_id:45550000}\n",
|
||||
"{product_name:TL-WR902AC,product_ver:1.0.0,special_id:45550000}\n"
|
||||
"{product_name:TL-WR902AC,product_ver:1.0.0,special_id:55530000}\n",
|
||||
.support_trail = '\x00',
|
||||
.soft_ver = NULL,
|
||||
|
||||
|
|
Loading…
Reference in a new issue