diff options
author | 南浦月 <nanpuyue@gmail.com> | 2019-09-19 17:41:01 +0800 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-11-12 16:31:41 +0100 |
commit | ea8f7d74ba98739c5a549d873e347101d82bdd48 (patch) | |
tree | 650bcb607d752fe5e5d04c14e884cfcb0220dc12 /target/linux/ar71xx | |
parent | 79fd7593a21600c70c5ca1915546d68acd369bff (diff) | |
download | upstream-ea8f7d74ba98739c5a549d873e347101d82bdd48.tar.gz upstream-ea8f7d74ba98739c5a549d873e347101d82bdd48.tar.bz2 upstream-ea8f7d74ba98739c5a549d873e347101d82bdd48.zip |
ar71xx: fix tl-wdr3320-v2 upgrade
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: 南浦月 <nanpuyue@gmail.com>
[commit message facelift]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 0ff2385a92c0a31769fce954b7bd571d6114dbc8)
Diffstat (limited to 'target/linux/ar71xx')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index ca1270b7fd..8558fde3fe 100755 --- 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-wdr3320-v2|tl-wdr6500-v2) magic_ver="0200" ;; esac |