tplink-safeloader: add support for TP-Link CPE510 v3.20

This adds new strings for the v3.20 to the support list of the
already supported TP-Link CPE510 v3.

The underlying hardware appears to be the same, similar to the
situation with CPE210 v3.20 in 4a2380a1e7 ("tplink-safeloader:
expand support list for TP-Link CPE210 v3")

Signed-off-by: Gioacchino Mazzurco <gio@altermundi.net>
[extended commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Gioacchino Mazzurco 2020-12-14 10:48:43 +01:00 committed by Adrian Schmutzler
parent ce1163dfa7
commit 33ad097606
1 changed files with 4 additions and 1 deletions

View File

@ -430,7 +430,10 @@ static struct device_info boards[] = {
"CPE510(TP-LINK|US|N300-5|55530000):3.0\r\n"
"CPE510(TP-LINK|UN|N300-5):3.0\r\n"
"CPE510(TP-LINK|EU|N300-5):3.0\r\n"
"CPE510(TP-LINK|US|N300-5):3.0\r\n",
"CPE510(TP-LINK|US|N300-5):3.0\r\n"
"CPE510(TP-LINK|UN|N300-5|00000000):3.20\r\n"
"CPE510(TP-LINK|US|N300-5|55530000):3.20\r\n"
"CPE510(TP-LINK|EU|N300-5|45550000):3.20\r\n",
.part_trail = 0xff,
.soft_ver = NULL,