aredn: add definition for cpe210 v3.1 and v3.2

This commit is contained in:
Joe Ayers 2020-02-23 15:37:37 -08:00 committed by Joe AE6XE
parent d9cbccdb41
commit b6d0745443
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,19 @@
Index: openwrt/tools/firmware-utils/src/tplink-safeloader.c
===================================================================
--- openwrt.orig/tools/firmware-utils/src/tplink-safeloader.c
+++ openwrt/tools/firmware-utils/src/tplink-safeloader.c
@@ -216,7 +216,13 @@ static struct device_info boards[] = {
"CPE210(TP-LINK|EU|N300-2|45550000):3.0\r\n"
"CPE210(TP-LINK|UN|N300-2|00000000):3.0\r\n"
"CPE210(TP-LINK|UN|N300-2):3.0\r\n"
- "CPE210(TP-LINK|EU|N300-2):3.0\r\n",
+ "CPE210(TP-LINK|EU|N300-2):3.0\r\n"
+ "CPE210(TP-LINK|EU|N300-2|45550000):3.1\r\n"
+ "CPE210(TP-LINK|UN|N300-2|00000000):3.1\r\n"
+ "CPE210(TP-LINK|US|N300-2|55530000):3.1\r\n"
+ "CPE210(TP-LINK|EU|N300-2|45550000):3.20\r\n"
+ "CPE210(TP-LINK|UN|N300-2|00000000):3.20\r\n"
+ "CPE210(TP-LINK|US|N300-2|55530000):3.20\r\n",
.support_trail = '\xff',
.soft_ver = NULL,

View File

@ -11,6 +11,7 @@
007-fix-sysupgrade-fail.patch 007-fix-sysupgrade-fail.patch
008-add-lhg.patch 008-add-lhg.patch
009-add-sxtsq.patch 009-add-sxtsq.patch
010-define-cpe210v3.2.patch
700-cpe-diags.patch 700-cpe-diags.patch
701-extended-spectrum.patch 701-extended-spectrum.patch
702-enable-country-hx.patch 702-enable-country-hx.patch