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/image
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
..
Makefile mvebu: move definition of factory.img out of Device/Default 4 years ago
clearfog.bootscript mvebu: image: introduce BOOT_SCRIPT variable 5 years ago
cortexa9.mk mvebu: implement compatibility version for DSA migration 4 years ago
cortexa53.mk mvebu: tidy up support for GL.iNet GL-MV1000 4 years ago
cortexa72.mk mvebu: add support for MACCHIATObin Single Shot 4 years ago
gen_mvebu_sdcard_img.sh mvebu: gen_mvebu_sdcard_img.sh: use /bin/sh 4 years ago
generic-arm64.bootscript mvebu: image: fix generic-arm64.bootscript mmc selection 5 years ago
udpu.bootscript mvebu: uDPU: add sysupgrade support 5 years ago