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>
This commit is contained in:
南浦月 2019-09-19 17:41:01 +08:00 committed by Adrian Schmutzler
parent 1105290049
commit 0ff2385a92
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ platform_check_image() {
local magic_ver="0100"
case "$board" in
tl-wdr6500-v2)
tl-wdr3320-v2|tl-wdr6500-v2)
magic_ver="0200"
;;
esac