mirror of https://github.com/aredn/aredn.git
ath79: Add Support for the TP-Link CPE510 v3.20
This commit is contained in:
parent
283938c689
commit
fa2f1b7b1b
|
@ -0,0 +1,19 @@
|
||||||
|
--- a/tools/firmware-utils/src/tplink-safeloader.c
|
||||||
|
+++ b/tools/firmware-utils/src/tplink-safeloader.c
|
||||||
|
@@ -423,13 +423,12 @@ static struct device_info boards[] = {
|
||||||
|
"CPE510(TP-LINK|UN|N300-5):2.0\r\n"
|
||||||
|
"CPE510(TP-LINK|EU|N300-5):2.0\r\n"
|
||||||
|
"CPE510(TP-LINK|US|N300-5):2.0\r\n"
|
||||||
|
- "CPE510(TP-LINK|EU|N300-5|00000000):3.0\r\n"
|
||||||
|
"CPE510(TP-LINK|EU|N300-5|45550000):3.0\r\n"
|
||||||
|
- "CPE510(TP-LINK|EU|N300-5|55530000):3.0\r\n"
|
||||||
|
"CPE510(TP-LINK|UN|N300-5|00000000):3.0\r\n"
|
||||||
|
- "CPE510(TP-LINK|UN|N300-5|45550000):3.0\r\n"
|
||||||
|
- "CPE510(TP-LINK|UN|N300-5|55530000):3.0\r\n"
|
||||||
|
"CPE510(TP-LINK|US|N300-5|55530000):3.0\r\n"
|
||||||
|
+ "CPE510(TP-LINK|EU|N300-5|45550000):3.20\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|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",
|
|
@ -14,6 +14,7 @@
|
||||||
001-add_support_for_TP-Link_ATH79_WBS210_v2.patch
|
001-add_support_for_TP-Link_ATH79_WBS210_v2.patch
|
||||||
001-add_support_for_TP-Link_ATH79_WBS510_v1.patch
|
001-add_support_for_TP-Link_ATH79_WBS510_v1.patch
|
||||||
001-add_support_for_TP-Link_ATH79_WBS510_v2.patch
|
001-add_support_for_TP-Link_ATH79_WBS510_v2.patch
|
||||||
|
001-add_support_for_TP-Link_CPE510_v3.20.patch
|
||||||
001-ath79-cpe220v3-sysupgrade-supported.patch
|
001-ath79-cpe220v3-sysupgrade-supported.patch
|
||||||
001_cpe220v3_bugfix.patch
|
001_cpe220v3_bugfix.patch
|
||||||
004-add-lhg-5hpnd-xl.patch
|
004-add-lhg-5hpnd-xl.patch
|
||||||
|
|
Loading…
Reference in New Issue