Retain old compat_version for sysupgrade compatibility #170

Closed
fbl wants to merge 2 commits from fbl:compatversion into master

2 Commits

Author SHA1 Message Date
Fabian Bläse f6fe1ef747 Bump compat_version for upstream compatibility
Currently a OpenWrt patch is applied to retain an older-than-upstream
compat_version for mt7621 devices. Manually bump their version to ensure
upstream compatibility. Also, this allows us to drop the mentioned patch
for the next firmware version.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
2021-11-27 22:42:29 +01:00
Fabian Bläse 3d1db3414d Retain old compat_version for sysupgrade compatibility
OpenWrt images contain a compat_version, which is used to block upgrades
to newer versions with incompatible configuration, if the configuration
cannot be migrated.

As we maintain our own configuration and all OpenWrt configuration files
are dropped on an upgrade, this upgrade block is not required.

To simplify the upgrade process, retain the old compat_version for the
next release. The compat_version should be bumped manually on release, so
we stay compatible with OpenWrt releases.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
2021-11-27 22:41:34 +01:00