diff options
| author | Joe Mullally | 2023-09-18 21:51:04 +0000 |
|---|---|---|
| committer | Alexander Couzens | 2023-09-19 18:07:29 +0000 |
| commit | d16ff798d58a508e7422322be2bd25d38224018e (patch) | |
| tree | a49f712b699df55f65eafee9eb291891f16672bd | |
| parent | 3dc133915f876c478d01dbc29a5b70e5da075352 (diff) | |
| download | firmware-utils-d16ff798d58a508e7422322be2bd25d38224018e.tar.gz | |
tplink-safeloader: WPA8631: add v4 AU, US
Like the WPA8631P v4 EU, these firmwares have the same partition layout
as the existing v3 image.
Link: https://forum.openwrt.org/t/support-for-tp-link-tl-wpa8631p-v4/162122
Signed-off-by: Joe Mullally <jwmullally@gmail.com>
| -rw-r--r-- | src/tplink-safeloader.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tplink-safeloader.c b/src/tplink-safeloader.c index 6046cc9..b8a3e06 100644 --- a/src/tplink-safeloader.c +++ b/src/tplink-safeloader.c @@ -2426,7 +2426,9 @@ 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:41550000}\n" "{product_name:TL-WPA8631P,product_ver:4.0.0,special_id:45550000}\n" + "{product_name:TL-WPA8631P,product_ver:4.0.0,special_id:55530000}\n" "{product_name:TL-WPA8635P,product_ver:3.0.0,special_id:46520000}\n", .part_trail = 0x00, .soft_ver = SOFT_VER_DEFAULT, |