You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
base-files treewide: drop shebang from non-executable target files 4 years ago
cortexa9 mvebu: implement compatibility version for DSA migration 4 years ago
cortexa53 mvebu: tidy up support for GL.iNet GL-MV1000 4 years ago
cortexa72 mvebu: add support for MACCHIATObin Single Shot 4 years ago
files/arch mvebu: LS421DE: use automatic fan control with thermal zones 4 years ago
files-4.19/arch/arm64/boot/dts/marvell mvebu: consolidate DTS files 4 years ago
image mvebu: implement compatibility version for DSA migration 4 years ago
patches-4.19 mvebu: add Kobol Helios 4 device 4 years ago
patches-5.4 kernel: bump 5.4 to 5.4.52 4 years ago
Makefile mvebu: switch to kernel 5.4 4 years ago
config-4.19 mvebu: add Kobol Helios 4 device 4 years ago
config-5.4 mvebu: add Kobol Helios 4 device 4 years ago