mirror of https://github.com/aredn/aredn.git
openwrt: bump version to v19.07.4 (#588)
This commit is contained in:
parent
ff0a08dc3c
commit
60e140c090
|
@ -2,5 +2,5 @@
|
|||
OPENWRT_SRC=https://github.com/openwrt/openwrt.git
|
||||
|
||||
# what branch, tag or commit in this repo?
|
||||
OPENWRT_COMMIT=v19.07.3
|
||||
OPENWRT_COMMIT=v19.07.4
|
||||
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
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,
|
||||
|
|
@ -25,7 +25,6 @@
|
|||
007-fix-sysupgrade-fail.patch
|
||||
008-add-lhg.patch
|
||||
009-add-sxtsq.patch
|
||||
010-define-cpe210v3.2.patch
|
||||
700-cpe-diags.patch
|
||||
701-extended-spectrum.patch
|
||||
702-enable-country-hx.patch
|
||||
|
|
Loading…
Reference in New Issue