openwrt/target/linux/mvebu
Adrian Schmutzler 494f12c52d mvebu: implement compatibility version for DSA migration
This implements the newly introduced compat-version to prevent
upgrade between swconfig and DSA for mvebu.

Just define a compat version with minor increment and an appropriate
message for both image (in Makefile) and device (in base-files).

Having taken care of sysupgrade, we can put back the SUPPORTED_DEVICES
that have been removed in previous patches to prevent broken config.

Attention:

All users that already updated to the DSA versions in master will
receive the same incompatibility warning since their devices are still
"1.0" as far as fwtool can tell.
Those, and only those, can bypass the upgrade check by using force (-F)
without having to reset config again. In addition, the new version
string needs to be put into uci config manually, so the new fwtool
knows that it actually deals with a "1.1":

   uci set "system.@system[-1].compat_version=1.1"
   uci commit system

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-07-31 11:40:15 +02:00
..
base-files treewide: drop shebang from non-executable target files 2020-06-16 14:26:33 +02:00
cortexa9 mvebu: implement compatibility version for DSA migration 2020-07-31 11:40:15 +02:00
cortexa53 mvebu: tidy up support for GL.iNet GL-MV1000 2020-04-27 00:25:12 +02:00
cortexa72 mvebu: add support for MACCHIATObin Single Shot 2020-07-12 02:06:02 +02:00
files/arch mvebu: LS421DE: use automatic fan control with thermal zones 2020-07-04 21:12:42 +02:00
files-4.19/arch/arm64/boot/dts/marvell mvebu: consolidate DTS files 2020-06-23 21:02:40 +02:00
image mvebu: implement compatibility version for DSA migration 2020-07-31 11:40:15 +02:00
patches-4.19 mvebu: add Kobol Helios 4 device 2020-07-17 11:00:33 +02:00
patches-5.4 kernel: bump 5.4 to 5.4.52 2020-07-17 11:00:33 +02:00
config-4.19 mvebu: add Kobol Helios 4 device 2020-07-17 11:00:33 +02:00
config-5.4 mvebu: add Kobol Helios 4 device 2020-07-17 11:00:33 +02:00
Makefile mvebu: switch to kernel 5.4 2020-06-03 20:34:14 +02:00