Since firmware revision 5.1.0, the firmware compatibility version
increased to 2. This means that this and later revisions will refuse
(OpenWrt) images with compatibility version 1, so increase our level to
get them accepted again.
Signed-off-by: Sander Vanheule <sander@svanheule.net>
(cherry picked from commit
335d063cff23631050e6629f1dc692101f6df99d)
"EAP225-Outdoor(TP-Link|UN|AC1200-D):1.0\r\n",
.part_trail = PART_TRAIL_NONE,
.soft_ver = SOFT_VER_DEFAULT,
- .soft_ver_compat_level = 1,
+ .soft_ver_compat_level = 2,
.partitions = {
{"fs-uboot", 0x00000, 0x20000},