|
@@ -1652,7 +1652,8 @@ static void build_image(const char *output,
|
|
|
parts[4] = read_file("file-system", rootfs_image, add_jffs2_eof, file_system_partition);
|
|
|
|
|
|
/* Some devices need the extra-para partition to accept the firmware */
|
|
|
- if (strcasecmp(info->id, "ARCHER-C25-V1") == 0 ||
|
|
|
+ if (strcasecmp(info->id, "ARCHER-C2-V3") == 0 ||
|
|
|
+ strcasecmp(info->id, "ARCHER-C25-V1") == 0 ||
|
|
|
strcasecmp(info->id, "ARCHER-C59-V2") == 0 ||
|
|
|
strcasecmp(info->id, "ARCHER-C60-V2") == 0 ||
|
|
|
strcasecmp(info->id, "TLWR1043NV5") == 0) {
|