firmware-utils: tplink-safeloader: set EAP235-Wall v1 soft-version
authorSander Vanheule <sander@svanheule.net>
Fri, 10 Sep 2021 08:57:19 +0000 (10:57 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Tue, 5 Oct 2021 13:42:00 +0000 (15:42 +0200)
commitef8ea36ef531b87bd208a370fc5dd4979d9c4321
tree6dfa65abdd28d412107688461a9a3701828fef9a
parent244f94aba5e50efcdd812edd7db9525fc5afe37d
firmware-utils: tplink-safeloader: set EAP235-Wall v1 soft-version

Starting with v3 of the vendor firmware for the TP-Link EAP235-Wall v1,
downgrades to firmware versions below v3 as not allowed.  Since OpenWrt
uses version 0.0.0 as a default, this causes the factory install to fail
on devices with a recent firmware. This failure is associated by the
following message on the device's serial console:

    EAP235/230-Wall forbid fw reverted from 3.x.x to lower version!

Vendor firmware (v3) also uses build and release numbers to compare
images, so identical version numbers are very unlikely to cause issues.
Bump the firmware version to 3.0.0 to ensure users can install OpenWrt
on their devices.

Reported-by: Colton Conor <colton.conor@gmail.com>
Tested-by: Colton Conor <colton.conor@gmail.com>
Signed-off-by: Sander Vanheule <sander@svanheule.net>
src/tplink-safeloader.c