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 a9703db720 mvebu: fix sysupgrade experience for early DSA-adopters
Conceptually, the compat-version during sysupgrade is meant to
describe the config. Therefore, if somebody starts with a device on
19.07 and swconfig, and that person does a forceful upgrade into a
DSA-based firmware without wiping his/her config, then the local
compat-version should stay at 1.0 according to the config present
(and not get updated).

However, this poses a problem for those people that early-adopted
DSA in master, as they already have adjusted their config for DSA,
but it still is "1.0" as far as sysupgrade is concerned. This can
be healed by a simple

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

But this needs to be applied _after_ the upgrade (as the "old" fwtool
on the old installation does not know about compat_version) and it
requires access via SSH (i.e. no pure GUI solution is available for
this group of people, apart from wiping their config _again_ for
no technical reason). Despite, the situation will not become
obvious to those just upgrading via GUI, they will just have the
experience of a "broken upgrade".

This is a conflict which cannot be resolved by achieving both goals,
we have to decide to either keep the strict concept or improve the
situation for early adopters.

In this patch, we address the issue by providing a uci-defaults
script that will raise the compat_version for _all_ people upgrading
into a 1.1 image, no matter whether they have reset config or not.
The idea is to implement this as a _temporary_ solution, so early
adopters can upgrade into the new mechanism without issues, and
after a few weeks/months we could remove the uci-defaults script
again.

If we e.g. remove the script just before 20.xx.0-rc1, early adopters
should have moved on by then, and existing stable users would still
get the intended experience.

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: fix sysupgrade experience for early DSA-adopters 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: increase compat version for SolidRun ClearFog Base 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 kernel: unify CONFIG_GPIO_SYSFS in kernel configs 4 years ago
config-5.4 kernel: unify CONFIG_GPIO_SYSFS in kernel configs 4 years ago