Skip to content

Commit

Permalink
firmware-utils: tplink-safeloader: add support for TL-WR902AC v1 US
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Dymacz <[email protected]>
  • Loading branch information
pepe2k committed Jul 22, 2017
1 parent 9dcb3fe commit 5bc5d94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/firmware-utils/src/tplink-safeloader.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 5bc5d94

Please sign in to comment.