diff options
| author | Joe Mullally | 2023-06-05 18:47:42 +0000 |
|---|---|---|
| committer | Sander Vanheule | 2023-06-12 19:56:53 +0000 |
| commit | 17ca5eeb1c10a12766424f46af52f207eca6c4e0 (patch) | |
| tree | dc78736a6f32a0b6903bc1966402b2522b6482dc | |
| parent | 3338f5389d72835e38dab4bb398af5b8578ad50b (diff) | |
| download | firmware-utils-17ca5eeb1c10a12766424f46af52f207eca6c4e0.tar.gz | |
tplink-safeloader: add TL-WPA8631P v4
The only available v4 firmware
wpa8631pv4_eu-up-ver4-0-0-P1-20220510-rel56203-APPLC.bin matches the v3
partition scheme.
User testing confirms the existing WPA8631P v3 image works on this
device.
Link: https://forum.openwrt.org/t/162122
Tested-by: Harald Mayer <harald_mayer@yahoo.com>
Signed-off-by: Joe Mullally <jwmullally@gmail.com>
| -rw-r--r-- | src/tplink-safeloader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tplink-safeloader.c b/src/tplink-safeloader.c index 9f0bb41..1a0fb4b 100644 --- a/src/tplink-safeloader.c +++ b/src/tplink-safeloader.c @@ -2310,6 +2310,7 @@ static struct device_info boards[] = { "{product_name:TL-WPA8631P,product_ver:3.0.0,special_id:41550000}\n" "{product_name:TL-WPA8631P,product_ver:3.0.0,special_id:45550000}\n" "{product_name:TL-WPA8631P,product_ver:3.0.0,special_id:55530000}\n" + "{product_name:TL-WPA8631P,product_ver:4.0.0,special_id:45550000}\n" "{product_name:TL-WPA8635P,product_ver:3.0.0,special_id:46520000}\n", .part_trail = 0x00, .soft_ver = SOFT_VER_DEFAULT, |