firmware-utils: tplink-safeloader: fix Archer C60 factory image

This commit fixes build factory image for TP-Link Archer C60v1.
Size of partition "SupportList" is only 256 bytes, and can
contain only 3 entries.

Signed-off-by: Henryk Heisig <hyniu@o2.pl>
v19.07.3_mercusys_ac12_duma
Henryk Heisig 7 years ago committed by Piotr Dymacz
parent 096a604df0
commit 8cd28140f1

@ -423,8 +423,6 @@ static struct device_info boards[] = {
"SupportList:\r\n"
"{product_name:Archer C60,product_ver:1.0.0,special_id:00000000}\r\n"
"{product_name:Archer C60,product_ver:1.0.0,special_id:45550000}\r\n"
"{product_name:Archer C60,product_ver:1.0.1,special_id:45550000}\r\n"
"{product_name:Archer C60,product_ver:1.0.0,special_id:52550000}\r\n"
"{product_name:Archer C60,product_ver:1.0.0,special_id:55530000}\r\n",
.support_trail = '\x00',
.soft_ver = "soft_ver:1.0.0\n",

Loading…
Cancel
Save