mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-22 04:18:10 +00:00
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>
Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
f18526a6a3
commit
24da0c7916
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user