mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-17 10:20:01 +00:00
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 0ff2385a92
)
This commit is contained in:
parent
c9e5979dbe
commit
3d840ee798
@ -499,7 +499,7 @@ platform_check_image() {
|
|||||||
local magic_ver="0100"
|
local magic_ver="0100"
|
||||||
|
|
||||||
case "$board" in
|
case "$board" in
|
||||||
tl-wdr6500-v2)
|
tl-wdr3320-v2|tl-wdr6500-v2)
|
||||||
magic_ver="0200"
|
magic_ver="0200"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user