Mirror only - Please move to https://github.com/immortalwrt/immortalwrt
Revision | b59f3b08b4ef7f996b60a721787f470b5379c2db (tree) |
---|---|
Zeit | 2022-01-15 07:15:05 |
Autor | Matthias Schiffer <mschiffer@univ...> |
Commiter | Matthias Schiffer |
firmware-utils: tplink-safeloader: fix Archer A7v5 factory flashing from vendor fw > v1.1.x
Apply the same fix that was previously done for the Archer C7v5 to the
A7v5 as well to make the web UI accept our images again.
This is a backport of firmware-utils
commit 84dbf8ee49f522d3a4528763c9473cf3dd7c8c52.
Tested-by: Luflosi <luflosi@luflosi.de>
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
@@ -761,7 +761,7 @@ static struct device_info boards[] = { | ||
761 | 761 | "{product_name:Archer A7,product_ver:5.0.0,special_id:54570000}\n" |
762 | 762 | "{product_name:Archer A7,product_ver:5.0.0,special_id:52550000}\n", |
763 | 763 | .part_trail = 0x00, |
764 | - .soft_ver = "soft_ver:1.0.0\n", | |
764 | + .soft_ver = "soft_ver:7.0.0\n", | |
765 | 765 | |
766 | 766 | /* We're using a dynamic kernel/rootfs split here */ |
767 | 767 | .partitions = { |