Skip to content

Commit

Permalink
tplink-safeloader: shorten version number of TP-Link WBS210 v2
Browse files Browse the repository at this point in the history
"2.0" instead of "2.00" is sufficient and more in line with the
other definitions.

Signed-off-by: Bernhard Geier <freifunk@geierb.de>
[commit message/title adjustments]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
  • Loading branch information
Bernhard Geier authored and adschm committed Nov 23, 2019
1 parent 298814e commit 591a063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/firmware-utils/src/tplink-safeloader.c
Expand Up @@ -511,9 +511,9 @@ static struct device_info boards[] = {
.vendor = "CPE510(TP-LINK|UN|N300-5):1.0\r\n",
.support_list =
"SupportList:\r\n"
"WBS210(TP-LINK|UN|N300-2|00000000):2.00\r\n"
"WBS210(TP-LINK|US|N300-2|55530000):2.00\r\n"
"WBS210(TP-LINK|EU|N300-2|45550000):2.00\r\n",
"WBS210(TP-LINK|UN|N300-2|00000000):2.0\r\n"
"WBS210(TP-LINK|US|N300-2|55530000):2.0\r\n"
"WBS210(TP-LINK|EU|N300-2|45550000):2.0\r\n",
.support_trail = '\xff',
.soft_ver = NULL,

Expand Down

0 comments on commit 591a063

Please sign in to comment.