projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79fd759
)
ar71xx: fix tl-wdr3320-v2 upgrade
author
南浦月
<
[email protected]
>
Thu, 19 Sep 2019 09:41:01 +0000
(17:41 +0800)
committer
Adrian Schmutzler
<
[email protected]
>
Tue, 12 Nov 2019 15:31:41 +0000
(16:31 +0100)
Fix the error that tl-wdr3320-v2 can't upgrade firmware via web
interface by using magic_ver="0200" for this device.
Signed-off-by: 南浦月 <
[email protected]
>
[commit message facelift]
Signed-off-by: Adrian Schmutzler <
[email protected]
>
(cherry picked from commit
0ff2385a92c0a31769fce954b7bd571d6114dbc8
)
target/linux/ar71xx/base-files/lib/upgrade/platform.sh
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index ca1270b7fdc84c53f8417c226f18ca4fff1f27d8..8558fde3fef9738220a1598a3e4135836c8279f4 100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/
target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@
-495,7
+495,7
@@
platform_check_image() {
local magic_ver="0100"
case "$board" in
- tl-wdr6500-v2)
+ tl-wdr
3320-v2|tl-wdr
6500-v2)
magic_ver="0200"
;;
esac