diff mbox series

firmware-utils: tplink-safeloader: support Archer C6v3.0 (BR)

Message ID mailman.21438.1638969331.1923571.openwrt-devel@lists.openwrt.org
State Accepted
Delegated to: Hauke Mehrtens
Headers show
Series firmware-utils: tplink-safeloader: support Archer C6v3.0 (BR) | expand

Commit Message

Henrique de Moraes Holschuh Dec. 8, 2021, 1:14 p.m. UTC
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
Add the missing tp-link firmware ID for the TP-Link Archer C6v3.0 (BR),
which is currently sold in Brazil.  It uses exactly the same vendor
firmware as the A6v3 and C6v3.20.

Signed-off-by: Henrique de Moraes Holschuh <henrique@nic.br>
---
 src/tplink-safeloader.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/src/tplink-safeloader.c b/src/tplink-safeloader.c
index 0565dcc..d763e63 100644
--- a/src/tplink-safeloader.c
+++ b/src/tplink-safeloader.c
@@ -1099,7 +1099,8 @@  static struct device_info boards[] = {
 			"{product_name:Archer C6,product_ver:3.20,special_id:45550000}"
 			"{product_name:Archer C6,product_ver:3.20,special_id:52550000}"
 			"{product_name:Archer C6,product_ver:3.20,special_id:4A500000}"
-			"{product_name:Archer C6,product_ver:3.20,special_id:4B520000}",
+			"{product_name:Archer C6,product_ver:3.20,special_id:4B520000}"
+			"{product_name:Archer C6,product_ver:3.0.0,special_id:42520000}",
 		.part_trail = 0x00,
 		.soft_ver = SOFT_VER_TEXT("soft_ver:1.0.9\n"),